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 11#!/usr/bin/env python
22"""
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.
44
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.
77
8- dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
8+ dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
99"""
1010
1111import argparse
Original file line number Diff line number Diff line change 11-r requirements.txt
2- black == 24.10 .0
2+ black == 25.1 .0
33flake8 == 7.1.2
44pre-commit == 4.1.0
You can’t perform that action at this time.
0 commit comments