Documentation
¶
Overview ¶
Command dyndump dumps a single DynamoDB table to a JSON formatted output
It supports parallel connections for increased throughput, and rate limiting to a specified read capacity.
By default the JSON output provides an array of objects, with keys for each column in the row of the table and values mapping to the values in the row.
Numeric values are returned by DynamoDB as strings, but are converted to floats unless the -string-nums option is specified.
Specifying -typed changes the values in each object to become an object with keys of "type" and "value" where "type" may be one of DynamoDB's supported types: * binary * binary-set * bool *list * map * number * number-set * null * string * string-set
AWS credentials required to connect to DynamoDB must be passed in using environment variables: * AWS_ACCESS_KEY_ID * AWS_SECRET_KEY