This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Request: deleteTable returns TableDescription #105
Open
Description
First off, thanks for this library! It creates a nice bridge.
Currently, deleteTable()
returns undefined
on success, however, it would be nice to have the response callback of the delete call as it is in the aws-sdk deleteTable
. This would allow us to run assertions that the correct table was, in fact, deleted.
If this is undesired functionality please feel free to delete the issue. 👍