ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

300 / 474

Question 300:

Your team is planning on creating a Lambda function which will interact with a DynamoDB stream. Which of the following would need to be in place to ensure the Lambda function can interact with the DynamoDB table?

Answer options:

A.Access Keys for an IAM user embedded in the function.
B.IAM Role with required permissions to access DynamoDB.C.The password for an IAM user in the environment variable for the Lambda function.
D.A Security group rule to allow egress traffic into DynamoDB.