Lambda layer configuration for shared code and dependency management.
Defines layer source, naming, and build options for reusable Lambda layers.
Use cases: Shared library deployment; Dependency management; Code reuse
AWS: Lambda layer configuration for shared library deployment
Validation: src and layerName required; dockerBuild optional
Optional
Readonly
Description of the layer
If true, src is expected to contain a Dockerfile for building the layer
Layer name
Source directory or ZIP file path for layer code.
Lambda layer configuration for shared code and dependency management.
Defines layer source, naming, and build options for reusable Lambda layers.
Use cases: Shared library deployment; Dependency management; Code reuse
AWS: Lambda layer configuration for shared library deployment
Validation: src and layerName required; dockerBuild optional