Skip to content

genstackio/terraform-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda Terraform module

Terraform module which creates an API Lambda on AWS.

Usage

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

  name   = "name-of-the-lambda"
  file   = "/path/to/the/package.zip"
}