Question 10:
You have created an AWS Lambda function that will write data to a DynamoDB table. Which of the following must be in place to ensure that the Lambda function can interact with the DynamoDB table?
Answer options:
A.Ensure an IAM Role is attached to the Lambda function which has the required DynamoDB privileges. B.Ensure an IAM User is attached to the Lambda function which has the required DynamoDB privileges. C.Ensure the Access keys are embedded in the AWS Lambda function. D.Ensure the IAM user password is embedded in the AWS Lambda function.