You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into a weird error when I tried to create new tables on AWS.
Usually, it will create a new table automatically when table does not exist or when I change index keys, but recently it's giving me an error stated that "AWS::DynamoDB::Errors::ResourceNotFoundException".
So I created the table manually through AWS console and run it again, then this time it's giving me the error "(AWS::DynamoDB::Errors::ResourceInUseException) "Table already exists: ".
I have no idea what's going on here, a little help needed here please, thank you.
aws sdk : 1.29.1
dynamoid : 0.7.1
The text was updated successfully, but these errors were encountered:
I had the same issue, and it went away after a few refreshes. Careful, if Sidekiq encounters this when it's starting up and initialising the class that you're using Dynamoid in then it will crash and will need to be restarted.
Hi there,
I have run into a weird error when I tried to create new tables on AWS.
Usually, it will create a new table automatically when table does not exist or when I change index keys, but recently it's giving me an error stated that "AWS::DynamoDB::Errors::ResourceNotFoundException".
So I created the table manually through AWS console and run it again, then this time it's giving me the error "(AWS::DynamoDB::Errors::ResourceInUseException) "Table already exists: ".
I have no idea what's going on here, a little help needed here please, thank you.
aws sdk : 1.29.1
dynamoid : 0.7.1
The text was updated successfully, but these errors were encountered: