dynocsv icon indicating copy to clipboard operation
dynocsv copied to clipboard

Exports DynamoDB table into CSV

Results 15 dynocsv issues
Sort by recently updated
recently updated
newest added

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.