realsensesolutions/AWS API Gateway
Create AWS API Gateway with custom domain and Lambda proxy integration using Terraform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Desired outcome: apply, plan or destroy | no | apply |
| domain | Custom domain for the API Gateway (e.g., api.example.com) | yes | — |
| function | Lambda function ARN to proxy all requests to | yes | — |
Outputs
| name | description |
|---|---|
| api_gateway_id | ID of the API Gateway |
| api_gateway_arn | ARN of the API Gateway |
| api_gateway_url | URL of the API Gateway |
| custom_domain_name | Custom domain name |