Export DynamoDb Cli
Overview
export-dynamodb cli scan sequentially through all your dynamodb items. it supports to export to either csv or json format.
Prerequisite
You must have at least Python 3.6 to run export-dynamodb cli tool.
export-dynamodb does not support to authenticate with AWS. You must be able to set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to your environment variable. Refer https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html to learn how you can set these keys to your environment.
# Install export-dynamodb
$ pip install export-dynamodb
# List of all export-dynamodb cli options.
$ export-dynamodb --help
# Export table and write to TABLE_NAME.csv file
$ export-dynamodb -t TABLE_NAME -f csv
# Export table and write to output.csv file
$ export-dynamodb -t TABLE_NAME -f csv -o output.csv
Release files for export-dynamodb 2.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| export-dynamodb-2.2.1.tar.gz | 3.3 kB | Details |
Release files / export-dynamodb-2.2.1.tar.gz
| Download URL | export-dynamodb-2.2.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e5e39fbe7f11243e44d538d5ad1884c8a8078e9f0a163d73b98551f4ef5b0d8
|
|
BLAKE2b-256 checksum How to use checksums |
626e7026a9180948f761090be7eaaccb20467d9ca680cf2bf6637529e7054f96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |