Deleting the Amazon DynamoDB tables - Research Service Workbench on AWS

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:

  1. Sign in to the Amazon DynamoDB console.

  2. Go to the Tables section.

  3. Select the application and dynamicAuth tables.

  4. Choose Delete.

  5. To delete the table using AWS CLI, run the following command:

    aws dynamodb delete-table –table-name <tablename>