Skip to content

figurate/terraform-aws-lambda-layer

Repository files navigation

AWS Lambda Layer

CI

AWS Lambda Layer
Purpose: Provision a Lambda Layer in AWS.

Rationale: Provide templates for Lambda dependencies.

Requirements

No requirements.

Providers

Name Version
archive n/a
aws n/a

Inputs

Name Description Type Default Required
content_path Path to content to include in the layer any n/a yes
description A short description of the layer contents any n/a yes
dry_run Flag to disable lambda layer deployment bool true no
layer_name Name of the lambda layer any n/a yes
runtimes List of compatible runtimes for the lambda layer list(string) n/a yes

Outputs

No output.