oforce/AWS API Gateway Deploy
Deploys a REST API to API Gateway
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| load-balancer-name | The name of the load balancer. | yes | — |
| load-balancer-port | The port on the load balancer that the application is running. | yes | — |
| swagger-file | The swagger file | no | ./swagger.json |
| jq-script | The JQ script to alter the swagger file | no | https://raw.githubusercontent.com/oforce/action-aws-api-gateway-vpc-link-deploy/master/src/transform-swagger.jq |
| rest-api-id | The REST API Id | yes | — |
| authorizer-name | The name of the Authorizer | yes | — |
| stage-name | The stage to deploy to | yes | — |
Outputs
| name | description |
|---|---|
| swagger-file | The API Gateway enhanced swagger definition file |