Deleting the Amazon DynamoDB tables
The DynamoDB tables created by this solution:
-
application table:
<stack-name>
-
dynamicAuth table:
begins with
<stack-name>-swbStageRegionShortNamedynamicauth
Follow these steps to delete the Service Workbench DynamoDB tables using the AWS Management Console:
-
Sign in to the Amazon DynamoDB console
. -
Go to the Tables section.
-
Select the application and dynamicAuth tables.
-
Choose Delete.
-
To delete the table using AWS CLI, run the following command:
aws dynamodb delete-table –table-name <tablename>