What is the best way to modify a DynamoDB table structure (no problems on erasing it because of backup)? I have a table with only HASH KEY. I have to add a SORT KEY for the table.
When I deploy the stack I receive this error
Error: The CloudFormation template is invalid: Template format error: Unresolved resource dependencies [DynamoDBTransactionsFinished] in the Resources block of the template
Some way to solve it?
Here is what I what do. You have references in your template to the DynamoDB table that will fail if you simply delete the DynamoDB table resource from your template, so I would: