-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I created a table using your GeoTableUtil in the README. Running:
aws dynamodb list-tables --endpoint-url http://localhost:8000
I get the output:
{
"TableNames": [
"geo_test"
]
}
But when I try to delete it:
aws dynamodb delete-table --endpoint-url http://localhost:8000 --table-name geo-test
I get back:
An error occurred (ResourceNotFoundException) when calling the DeleteTable operation: Cannot do operations on a non-existent table
When I create tables using boto3 directly, there's no problem deleting them afterwards using the above commands.
Metadata
Metadata
Assignees
Labels
No labels