
Answer-first summary for fast verification
Answer: Your Lambda function ran out of RAM
Your Lambda function ran out of RAM AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have deployed a Lambda function to AWS Lambda with a zip file containing Node.js code. Upon execution of your function, you encounter the following error message: 'Error: Memory Size: 10,240 MB Max Memory Used'.
Which of the following describes the issue?
A
Your Lambda function ran out of RAM
B
Your zip file is corrupt
C
You have uploaded a zip file larger than 50 MB to AWS Lambda
D
The uncompressed zip file exceeds AWS Lambda limits
No comments yet.