ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

132 / 474

Question 132:

You just developed code in AWS Lambda that makes use of recursive functions. After several invocations, you are beginning to see throttling errors in the metrics. Which of the following should be done to resolve this issue?

Answer options:

A.Place the recursive function in a separate package.
B.Use versioning for the recursive function.
C.Avoid using recursive code altogether.
D.Use the API gateway to call the recursive code.