Question 168:
You’ve created a Lambda function with the default settings. You add code to this function which makes calls to DynamoDB. You try and deploy the function. But the function is not completing its execution. Which of the following might be probable causes for this? Choose 2 answers from the options given below.
Answer options:
A.The IAM Role attached to the function does not have access to DynamoDB.B.The timeout of the function has been reached. C.You need to deploy the function first. D.You need to create a version for the function first.