This repository is work in progress some functions may not work or contain bugs
Install globally using yarn/npm
yarn global add @immowelt/aws-swiss-knife
npm i -g @immowelt/aws-swiss-knife
When installed globally, simply call awsk
on your shell
namespace | command | description |
---|---|---|
DynamoDB | awsk dynamodb purge |
Deletes all items in one table |
DynamoDB | awsk dynamodb sync |
Copies all items of one table into another |
SQS | awsk sqs replay |
Reads & deletes all messages from one queue and adds them to another |
Every command supports --help
to get information about arguments & options.
- Matthias Rohmer
matthias.rohmer@immowelt.de - Dennis Kribl
dennis.kribl@immowelt.de - Thomas Wirth
thomas.wirth@immowelt.de
MIT