> dy ls --all-regions
DynamoDB tables in region: ap-northeast-1
xxxxx
yyyyy
zzzzz
DynamoDB tables in region: ap-northeast-1
No table in this region.
DynamoDB tables in region: ap-northeast-1
No table in this region.
DynamoDB tables in region: ap-northeast-1
No table in this region.
DynamoDB tables in region: ap-northeast-1
No table in this region.
...
> dy export -t テーブル名 -f csv -o 出力ファイル名
As neither --keys-only nor --attributes options are given, fetching an item to understand attributes to export...
Found following attributes in the first item in the table:
- id (Number)
- name (String)
- locationY (Number)
- locationX (Number)
Are you OK to export items in CSV with columns(attributes) above? yes
51 items processed (61911.99 items/sec)%