ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

345 / 474

Question 345:

You are currently working on a function for AWS Lambda. When uploading the package for your AWS Lambda function, you are receiving the following error.
CodeStorageExceededException 
What can you do to resolve this error? Choose 2 options.

Answer options:

A.Raise a call with AWS Support to raise the limit on storage.
B.Change the code to Node.js for taking up less storage.
C.Reduce the size for your code.
D.Change the memory limit.