lambda

hadenlabs/lambda/aws

Terraform Module HCL AWS ⏱ stale 4y 0mo

Terraform Module to manage AWS Lambda

Install

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

Inputs (9)

NameTypeDescriptionDefault
stagestring required
rolestringIAM role attached to the Lambda Function (ARN) required
namestringThe name of the lambda to create, which also defines (i) the archive name (.zip) required
namespacestring required
_attributeslist[]
_tagsmap{}
runtimestringThe runtime of the lambda to create"nodejs"
handlerstringThe handler name of the lambda (a function defined in your lambda)"handler"
_delimiterstring"-"

Outputs (1)

name

Resources (1)

aws_lambda_function

Details

FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars0
Forks2
Total downloads6.4k
Inputs9
Outputs1
Resources1
LicenseLGPL-3.0
Namespacehadenlabs
Updated