Skip to content

Terraform Module for creating an API Gateway linked to an AWS Lambda

Notifications You must be signed in to change notification settings

genstackio/terraform-aws-api-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS API Lambda Terraform module

Terraform module which creates API Gateway v2 linked to a Lambda on AWS.

Usage

module "api-lambda" {
  source     = "genstackio/api-lambda/aws"

  name       = "my-api-name"
  env        = "prod"
  lambda_arn = "arn:the-arn-of-the-lambda-here"
  dns        = "mydomain.com"
  dns_zone   = "id-of-the-route53-zone"
}

About

Terraform Module for creating an API Gateway linked to an AWS Lambda

Resources

Stars

Watchers

Forks

Packages

No packages published