Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 232 Bytes

File metadata and controls

14 lines (10 loc) · 232 Bytes

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"
}