Error: dynamodb table not exists

Answered by Rafal Wilinski
What's Causing This Error
This error indicates that the specified DynamoDB table does not exist in the AWS account. There can be several reasons for that:
- The table was deleted or never created.
- The table is in a different AWS region or account.
- The AWS credentials being used do not have the necessary permissions to access the table.
Solution: Here's How To Resolve It
You can use AWS Management Console or AWS CLI to verify that the table is available in the specified account or region.
If the table is there, you might have a permission or code issue when trying to access the table. If the table is not there, you need to create a new table.
Other Common DynamoDB Errors (with Solutions)
- dynamodb stream missing fields
- dynamodb condition does not exist
- dynamodb property projection cannot be empty
- dynamodb is abstract cannot be instantiated
- dynamodb consistent reads are not supported on global secondary indexes
- dynamodb mapper save not persisting
- DynamoDB Errors InvalidSignatureException Signature Expired
- Could not connect to the endpoint URL https:dynamodb.singapore.amazonaws.com
- DynamoDB Local Docker Not Working
- com amazonaws services dynamodbv2 model resourcenotfoundexception
- dynamodb request is missing authentication token
- dynamodb no range key value present
- DynamoDB FilterExpression not working
- dynamodb unable to locate credentials
- dynamodb local could not load credentials from any providers
Spend less time in the AWS console, use Dynobase.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2026 Dynobase