This is a minimal Terraform module which accepts a AWS + Swagger spec and deploys an AWS API Gateway
Check examples on how to use this module
Module managed by Comtravo.
MIT Licensed. See LICENSE for full details.
Name | Version |
---|---|
terraform | >= 0.13 |
aws | ~> 3.0 |
Name | Version |
---|---|
aws | ~> 3.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
definition | Definition of the API Gateway | string |
n/a | yes |
domain_name | Custom domain name | string |
"" |
no |
name | Name of the API gateway deployment | string |
n/a | yes |
stage | Name of the stage to which deployed | string |
n/a | yes |
Name | Description |
---|---|
deployment_execution_arn | Deployment execution ARN |
deployment_id | Deployment id |
deployment_invoke_url | Deployment invoke url |
name | API Gateway name |
rest_api_id | REST API id |
url | Serverless invoke url |