Skip to main content

Lambda Layer Version

The AWS Lambda Layer Version provides a way to manage and share code and dependencies as layers across your Lambda functions. This allows for the separation of specific dependencies and libraries from the rest of your application code, facilitating efficient reuse and deployment. Each layer can be versioned independently, enabling you to control updates and manage dependencies effectively. For more detailed information, please refer to the official AWS documentation.

Terraform Mappings:

  • aws_lambda_layer_version.arn

Supported Methods​

  • GET: Get a layer version by full name ((layerName):(versionNumber))
  • LIST
  • SEARCH: Search for layer versions by ARN