DynamoDB CLI written in Rust.
`dy admin update table --mode provisioned` fails if a table has an index
`export --format csv` produces missing newlines between rows when table scan spans multiple pages
`dy scan` doesn't return all the rows from the table
Support output to stdout in `dy export` command
Clarify the purpose of `dy scan` command in documentation
Remove unnecessary `vec!` from `create_temporary_table_with_items` invocations
`dy admin create table` should update the table cache
Feature suggestion: Allow filtering a query response
Use reference counter in order to avoid multiple clone()s
CSV / Tabular output