dynamodump dumps AWS DynamoDB table contents to a comma separated value file.
- AWS CLI
- Python < 3.9
- Pip (Python Package Installer)
- Clone the repo
- Navigate to
src/directory pipenv shellpipenv install
python dynamodump --help- -h, --help: show this help message and exit
- -p, --profile: AWS CLI Profile Name to connect to the AWS Account.
- -r, --region: AWS Region Name for the DynamoDB table(s).
- -t, --table-names: List of table to be dumped to CSV.
- -i, --add-index: Add index column to CSV file.
- By default, set to
False.
- By default, set to
