Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer encounters an InvalidParameterValueException during the deployment of a large AWS Lambda function due to the unzipped size exceeding the maximum limit. What are two possible solutions to resolve this issue?
A
Request AWS Support to increase the function size quota.
B
Implement a more efficient compression algorithm than ZIP.
C
Divide the function into smaller, modular functions.
D
Compress the .zip file again to reduce its size.
E
Utilize Lambda layers for shared libraries, dependencies, and custom runtimes.