0 votes
in AWS by

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?

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 G.

D. Assign an IAM user to the Lambda function

1 Answer

0 votes
by

Correct option is :- B. Enlarge the timeout for the function.

Related questions

0 votes
asked Apr 19 in AWS by DavidAnderson
0 votes
asked Apr 17 by DavidAnderson
...