flora-insurance/AWS API GTW swagger deployer
Merge a swagger with extension from AWS API GTW with a standard swagger from a JAVA project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target-env | the env on which the API will be deployed | yes | — |
| swagger-path | the path of the swagger file | yes | — |
| api-name | The name of the API. This is used as a key to do an upsert of the API on the API Gateway | yes | — |
| api-domain-name | The domain name of the API (i.e: api.example.com) | no | — |
| api-base-path | The base path of the apy (i.e: /dms-v1) | no | — |
| api-media-types | The media-types of the apy (i.e: multipart/form-data) | no | — |
| aws-region | The AWS region. Default: eu-west-1 | no | — |
Outputs
| name | description |
|---|---|
| swagger-merged-path | the path of the swagger with extension |