File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
"""
3
- Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
3
+ Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
4
4
5
- Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS
6
- Data Pipeline for backup/restores/empty.
5
+ Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS
6
+ Data Pipeline for backup/restores/empty.
7
7
8
- dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
8
+ dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
9
9
"""
10
10
11
11
import argparse
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- black == 24.10 .0
2
+ black == 25.1 .0
3
3
flake8 == 7.1.2
4
4
pre-commit == 4.1.0
You can’t perform that action at this time.
0 commit comments