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"
}
Inputs (9)
| Name | Type | Description | Default |
|---|---|---|---|
| stage | string | required | |
| role | string | IAM role attached to the Lambda Function (ARN) | required |
| name | string | The name of the lambda to create, which also defines (i) the archive name (.zip) | required |
| namespace | string | required | |
| _attributes | list | [] | |
| _tags | map | {} | |
| runtime | string | The runtime of the lambda to create | "nodejs" |
| handler | string | The handler name of the lambda (a function defined in your lambda) | "handler" |
| _delimiter | string | "-" |
Outputs (1)
nameResources (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
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform