AWS Lambda Layers

What are Layers?

Layers allow you to manage code and dependencies separately from the function code. You can include libraries, custom runtimes, or configuration files in layers and then reference them in multiple functions. This helps in reducing redundancy.

AWS Lambda Runtimes

Summary: