lambda

hadenlabs/lambda/aws

Terraform Module HCL AWS

Terraform Module to manage AWS Lambda

Install
module "lambda" {
source = "hadenlabs/lambda/aws"
version = "0.1.1"
}
plain text: /constructs/tfmod-hadenlabs-lambda-aws/install.txt
⭐ 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