Error: dynamodb items page not authorized with read access
Answered by Rafal Wilinski
What's Causing This Error
This error occurs when the service consuming the DynamoDB service does not have the required policies bound to its IAM Role.
Solution - Here's How To Resolve It
To resolve this error, navigate to the IAM console and locate the role bound to the service invoking DynamoDB.
Then, click "Add Permissions" and "Create Inline Policies."
Figure - Creating the inline policy.
After that, add all "Read" actions of the DynamoDB service for this new policy.
Figure - Adding all read actions.
Then, click "Review Policy" to review and finalize the policy.
Figure - Reviewing the policy
Finally, click "Create Policy" to create and bind the custom policy to the role.
Other Common DynamoDB Errors (with Solutions)
- DynamoDB Local Missing Authentication Token
- dynamodb number_value cannot be converted to string
- DynamoDB Error 413
- Unable to start DynamoDB Local process
- DynamoDB Errors InvalidSignatureException Signature Expired
- failed to begin subsegment named 'amazondynamodbv2': segment cannot be found.
- resourcenotfoundexception dynamodb nodejs
- an expression attribute name used in the document path is not defined
- appsync dynamodb not seeing all fields
- AWS Lambda DynamoDB Stream Error
- DynamoDB Item Does Not Exist
- sls dynamodb install not working
- dynamodb query key condition not supported
- aws.dynamodb.converter.unmarshall not working
Better DynamoDB experience.
Try 7-day free trial. No strings attached.
Product Features
DynamoDB Tools
DynamoDB Info
© 2024 Dynobase