What is the maximum size limit for a Lambda Layer?
- 1 GB
- 10 GB
- 250 MB
- 50 MB
The maximum size limit for a Lambda Layer is 50 MB, allowing you to include libraries, custom runtimes, and other dependencies.
Loading...
Related Quiz
- One approach to reducing cold starts is to implement __________, which pre-warms Lambda instances.
- AWS SAM simplifies the creation of AWS resources by defining them in __________ templates.
- Using Lambda Layers can help in reducing __________ for Lambda function deployment.
- What are the security considerations when implementing Cross-Account Access?
- Scenario: You need to replicate S3 objects across multiple AWS regions and trigger AWS Lambda functions in each region. How would you design the architecture to achieve this requirement?