Skip to content

Can't delete table created by GeoTableUtil #39

@jklimcak

Description

@jklimcak

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions