Skip to content

Repository files navigation

Compatibility

This module requires Terraform 0.13.1 or later. Older Terraform versions are not supported.

Create an Api Gateway to trigger lambda function.

Requirements

Name Version
terraform >= 0.13.1
aws >= 3.63

Providers

Name Version
aws >= 3.63

Modules

No modules.

Resources

Name Type
aws_api_gateway_deployment.this resource
aws_api_gateway_integration.root resource
aws_api_gateway_integration_response.this resource
aws_api_gateway_method.root resource
aws_api_gateway_method_response.this resource
aws_api_gateway_method_settings.settings resource
aws_api_gateway_rest_api.this resource
aws_api_gateway_stage.this resource

Inputs

Name Description Type Default Required
lambda_invoke_arn Lambda funtion arn string n/a yes
name (Required) Name of the capacity provider. string n/a yes
resource_name (Required) Name of the capacity provider. string "webhook" no

Outputs

Name Description
execution_arn The execution ARN part to be used in lambda_permission's source_arn when allowing API Gateway to invoke a Lambda function
id The ID of the REST API.
root_resource_id The resource ID of the REST API's root

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages