dynamodb-empty
v1.0.1
Published
Quickly empty a DynamoDB table
Downloads
711
Readme
DynamoDB Empty
Quickly delete all items in a DynamoDB table.
Important
This is for use on small tables only, in testing environments. For large tables it is much more efficient to delete and re-create the entire table.
Use
yarn global add dynamodb-empty
dynamodb-empty tableName
Checklist
| CD Feature | Provided | | ---------- | --------------------------------------- | | ✅ | Typescript | | ✅ | Linting (AirBnB + Prettier) | | ❌ | Unit tests (Jest) | | ❌ | Coverage check (ideally 100% with Jest) | | ❌ | Github Continuous Deployment |
Built by Skyhook
This module is contributed by the team at Skyhook.