Master key concepts with interactive flashcards
What are Lambda Layers and what are their benefits?
Click to reveal answer
Lambda Layers are ZIP archives containing libraries, custom runtimes, or other dependencies that can be shared across multiple functions. Benefits include: reduced deployment package size, code reuse across functions, separation of core logic from dependencies, and independent versioning of shared components.
Click to show question