Error: AWS DynamoDB errors ResourceNotFoundException
Solution
DynamoDB responds with this error when you're trying to run an operation against non-existent or not active table.
Troubleshooting steps:
- Make sure you haven't made any spelling mistake in TableName parameter while running SDK/CLI operations. Table name must be exactly the same as the name of provisioned table. It's case sensitive so make sure capitalization is also correct.
- Make sure that your table exists and it's in ACTIVE state
- Check if you're using the same AWS account and correct region. DynamoDB Table must be in the same region as CLI/SDK configuration
- Make sure you or your resource (e.g. Lambda function) has correct IAM permissions to perform operations on selected table
Other Common DynamoDB Errors (with Solutions)
- DynamoDB Internal Server Error
- dynamodb-admin not working
- DynamoDB local is not available for stage test
- dynamodb local unable to open database file
- dynamodb could not load credentials from any providers
- dynamodb problem function call failed
- error dynamodb streams must be enabled on the table
- dynamodb index not updated
- dynamodb could not connect to the endpoint url
- error retrieving dynamodb table item serializationexception
- dynamodb number_value cannot be converted to string
- dynamodb attribute does not exist
- dynamodb condition does not exist
- dynamodb put fail if exists
- DynamoDB GetItem no item
Tired of AWS Console? Try Dynobase.
Try 7-day free trial. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2023 Dynobase