Purpose: Provision a Lambda Function in AWS.
Rationale: Apply standards provide templates for Lambda functions.
No requirements.
Name | Version |
---|---|
aws | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
environment | Environment variables to configure the Lambda function | map(string) |
{} |
no |
filename | File containing the function | any |
n/a | yes |
function_name | Name of the Lambda function | any |
n/a | yes |
handler | Entry point to the lambda function | any |
n/a | yes |
role | IAM role assumed by the Lambda function | any |
n/a | yes |
runtime | A runtime to use for the function (leave blank to use default runtime) | any |
null |
no |
source_code_hash | Hash used to detect function changes on update | any |
n/a | yes |
Name | Description |
---|---|
function_name | n/a |