DEFINITION
Lambda Layer
AWS Lambda Layer
Definition
A package of libraries, custom runtimes, or other code that can be used by Lambda functions. Layers allow you to package code separately from your function code and reuse it across multiple functions.
Examples in the Wild
- Example 1:Bash runtime layer for Lambda
- Example 2:Node.js dependency layer
- Example 3:Custom Python library layer