Amazon
DVA-C02 · Question #248
A developer has created a large AWS Lambda function. Deployment of the function is failing because of an InvalidParameterValueException error. The error message indicates that the unzipped size of the
The correct answer is A. Submit a quota increase request to AWS Support to increase the function to the required size. E. Move common libraries, function dependencies, and custom runtimes into Lambda layers.. https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
Submitted by akirajp· Mar 5, 2026Troubleshooting and Optimization
Question
A developer has created a large AWS Lambda function. Deployment of the function is failing because of an InvalidParameterValueException error. The error message indicates that the unzipped size of the function exceeds the maximum supported value. Which actions can the developer take to resolve this error? (Choose two.)
Options
- ASubmit a quota increase request to AWS Support to increase the function to the required size.
- BUse a compression algorithm that is more efficient than ZIP.
- CBreak up the function into multiple smaller functions.
- DZip the .zip file twice to compress the file more.
- EMove common libraries, function dependencies, and custom runtimes into Lambda layers.
How the community answered
(22 responses)- A73% (16)
- B14% (3)
- C5% (1)
- D9% (2)
Explanation
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
Community Discussion
No community discussion yet for this question.