🟢

AWS Lambda Layers

An AWS Lambda Layer is a way to package and share external code, libraries, custom runtimes, or other dependencies separately from your main Lambda function code. By using layers, you can reduce the size of your deployment package, manage dependencies more efficiently, and reuse them across multiple functions. Each Lambda function can include up to five layers, and AWS also provides public layers for common libraries.