api-gateway

hadenlabs/api-gateway/aws

Terraform Module HCL AWS ⏱ stale 4y 0mo

Terraform Module to manage AWS Api Gateway

Install

module "api-gateway" {
source = "hadenlabs/api-gateway/aws"
version = "0.1.1"
}
⭐ Source on GitHub 📦 Registry page

Inputs (13)

NameTypeDescriptionDefault
pathstringThe API resource path required
lambdastringThe lambda name to invoke required
account_idstringThe AWS account ID required
resource_idstringThe API resource ID required
namestring required
namespacestring required
rest_api_idstringThe ID of the associated REST API required
regionstringThe AWS region, e.g., eu-west-1 required
stagestring"dev"
methodstringThe HTTP method"GET"
_delimiterstring"-"
_attributeslist[]
_tagsmap{}

Outputs (1)

http_method

Resources (5)

aws_api_gateway_integrationaws_api_gateway_integration_responseaws_api_gateway_methodaws_api_gateway_method_responseaws_lambda_permission

Details

FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars1
Forks3
Total downloads6.5k
Inputs13
Outputs1
Resources5
LicenseLGPL-3.0
Namespacehadenlabs
Updated