ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 245 - DVA-C02 discussion

Report
Export

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? (Select TWO.)

A.

Submit a quota increase request to AWS Support to increase the function to the required size.

Answers
A.

Submit a quota increase request to AWS Support to increase the function to the required size.

B.

Use a compression algorithm that is more efficient than ZIP.

Answers
B.

Use a compression algorithm that is more efficient than ZIP.

C.

Break up the function into multiple smaller functions.

Answers
C.

Break up the function into multiple smaller functions.

D.

Zip the .zip file twice to compress the file more.

Answers
D.

Zip the .zip file twice to compress the file more.

E.

Move common libraries, function dependencies, and custom runtimes into Lambda layers.

Answers
E.

Move common libraries, function dependencies, and custom runtimes into Lambda layers.

Suggested answer: C, E
asked 23/10/2024
Brian Wilson
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first