DynamoDB - Security and Access Control
Analyze the following IAM policy snippet:
Which DynamoDB operations does this policy permit?
{
"Effect": "Allow",
"Action": ["dynamodb:PutItem", "dynamodb:DeleteItem"],
"Resource": "arn:aws:dynamodb:us-west-2:123456789012:table/Customers"
}Which DynamoDB operations does this policy permit?
