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 |
|---|---|---|---|
| base-url | the base url of the application | 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-deploy/master/src/api-gateway.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 |