dynocsv
dynocsv copied to clipboard
Exports DynamoDB table into CSV
As currently per #12 the internal buffer size before flushing is 1000 records, but if the total items count or tables size in bytes is in the acceptable range, consider...
- ExportToCSV - scanPages - queryPages - process
As when distributed as a snap #1 the user explicitly has to connect to the `aws-config-credentials` interface, i.e. `snap connect dynocsv:aws-config-credentials`, and if not, use of other env variables could...
Like ``` dynocsv --filter ``` ex.: ``` dynocsv --filter Sessions Contains S1 ```
By default also print how many pages has been processed so far, and allow to suppress this log by adding new quiet/q option.