All activity
Aliaksandr Kazlou
left a comment
Developed this simple and free OpenSource CLI tool to allow to export data from DynamoDB table into local CSV file, written in Go.
I could not find the valuable alternative which would be simple to install and use. As well to export in the clear CSV format rather DynamoDB internal format. Plus additional intuitive query and limiting support.
You can install using Go:
$ go get...
dynocsv
Exports DynamoDB table into CSV
Exports DynamoDB table into CSV, supports query by hash/sort keys from both table or index, skipping columns and limiting number of entries to export.
dynocsv
Exports DynamoDB table into CSV