File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dynamodump
33
44Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
55
6- Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores.
6+ Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty .
77
88dynamodump supports local DynamoDB instances as well (tested with [ dynalite] ( https://github.com/mhart/dynalite ) ).
99
@@ -21,7 +21,7 @@ Simple DynamoDB backup/restore.
2121
2222optional arguments:
2323 -h, --help show this help message and exit
24- -m MODE, --mode MODE 'backup' or 'restore'
24+ -m MODE, --mode MODE 'backup' or 'restore' or 'empty'
2525 -r REGION, --region REGION
2626 AWS region to use, e.g. 'us-west-1'. Use 'local' for
2727 local DynamoDB testing.
You can’t perform that action at this time.
0 commit comments