ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

97 / 474

Question 97:

A Lambda function with proper IAM roles has been developed with the default settings and uses Node.js. The function makes calls to a DynamoDB table. It is estimated that the Lambda function would run for 5 minutes. When the lambda function is executed, it does not add the required rows to the DynamoDB table and the function execution timeouts. What needs to be changed to ensure that the Lambda function works as desired?

Answer options:

A.Ensure that the underlying programming language is changed to python.
B.Enlarge the timeout for the function.
C.Change the memory assigned to the function to 1 GB.D.Assign an IAM user to the Lambda function.