Skip to content

figurate/terraform-aws-lambda

Repository files navigation

AWS Lambda Function

CI

AWS Lambda Function

Purpose: Provision a Lambda Function in AWS.

Rationale: Apply standards provide templates for Lambda functions.

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

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

Outputs

Name Description
function_name n/a