Take the Quiz

Question 1 of 75

What are the benefits of using AWS Lambda Layers? (Select TWO.)

Correct Answer: ['Reusing common dependencies across multiple functions', 'Simplifying deployment of shared libraries']

Explanation: Lambda Layers allow developers to reuse dependencies and simplify the deployment process by sharing libraries across multiple functions.

Learn More: Documentation