The __________ feature of AWS Lambda allows you to reuse common code across multiple functions, reducing duplication in deployment packages.
- Lambda Events
- Lambda Functions
- Lambda Layers
- Lambda Triggers
Lambda Layers enable you to centrally manage common code or dependencies across multiple Lambda functions, reducing the size of deployment packages and minimizing duplication.
Loading...
Related Quiz
- What are some best practices for managing permissions in Cross-Account Access scenarios?
- AWS Lambda functions invoked by S3 events receive information about the event, including the __________ that triggered the function.
- How does AWS Step Functions handle long-running tasks?
- How can you test the functionality of an AWS Lambda function before deploying it?
- What is the purpose of unit testing in AWS Lambda function development?