DynamoDB - Security and Access Control
A developer wrote this IAM policy to allow reading from a DynamoDB table but it doesn't work:
What is the error?
{
"Effect": "Allow",
"Action": "dynamodb:GetItem",
"Resource": "arn:aws:dynamodb:us-west-2:123456789012:table"
}What is the error?
