Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which set of IAM permissions is required for an AWS Lambda function to access Amazon DynamoDB, retrieve an item, update its attributes, and create the item if it doesn't exist, given access to the primary key?
A
dynamodb:DeleteItem, dynamodb:GetItem, dynamodb:PutItem
B
dynamodb:UpdateItem, dynamodb:GetItem, dynamodb:DescribeTable
C
dynamodb:GetRecords, dynamodb:PutItem, dynamodb:UpdateTable
D
dynamodb:UpdateItem, dynamodb:GetItem, dynamodb:PutItem