Deleting the Amazon DynamoDB tables
This solution is configured to retain the DynamoDB tables if you decide to delete the AWS CloudFormation stack to prevent accidental data loss. After uninstalling the solution, you can manually delete the DynamoDB tables if you do not need to retain the data. Follow these steps:
-
Sign in to the Amazon DynamoDB console
. -
Choose Tables from the left navigation pane.
-
Select the
<stack-name>
table and choose Delete.
To delete the DynamoDB tables using AWS CLI, run the following command:
$ aws dynamodb delete-table
<table-name>