ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

39 / 474

Question 39:

A developer has recently deployed an AWS Lambda function that computes a Fibonacci sequence using recursive Lambda invocations. A pre-defined AWS IAM policy is being used for this function, and only the required dependencies were packaged. A few days after deployment, the Lambda function is being throttled.
What should the Developer have done to prevent this, according to best practices?

Answer options:

A.Use more restrictive IAM policies.
B.Avoid recursive Lambda invocations.
C.Request a concurrency service limit increase.
D.Increase the memory allocation range.