I added two tables to my local dynamodb connection and couldn't seem to find a way to delete them. I would like to delete "CoreTable" and "CoreTable-local" as shown in the figure below. Thanks!
Delete a table from NoSQL Workbench for local dynamodb
4.3k views Asked by codeedoc At
3
There are 3 answers
0
On
Dynamodb has now added direct support for CreateTable, UpdateTable, and DeleteTable since Jun 2022 release. Upgrade your Nosql workbench to get this feature.
Visit here
It is in the Operations drop-down.