Deleting the Amazon DynamoDB tables - Enhanced Document Understanding on AWS

Deleting the Amazon DynamoDB tables

To prevent accidental data loss, we configured this solution to retain the DynamoDB tables if you decide to delete the CloudFormation stack. After uninstalling the solution, you can manually delete the DynamoDB tables if you don’t need to retain the data. Follow these steps to delete the DynamoDB tables.

  1. Sign in to the Amazon DynamoDB console.

  2. Choose Tables from the navigation pane.

  3. Select the <stack-name> tables and choose Delete.

To delete the DynamoDB tables using AWS CLI, run the following command:

$ aws dynamodb delete-table <table-name>