bartholomew-gander

Results 2 issues of bartholomew-gander

Implemented issue #8 Three new CLI and library parameters: --filter-expression --expression-attribute-names --expression-attribute-values See https://docs.aws.amazon.com/cli/latest/reference/dynamodb/scan.html for more.

It would be good to add a command line option for a filter expression to limit what rows are exported. Perhaps something like: --filter-expression "Artist = :v1" --expression-attribute-values file://expression-attributes.json as...