Command option Sample:aws dynamodb batch-get-item

Search command sample in the internet.It is the result.

The "batch-get-item" operation returns the attributes of one or moreitems from one or more tables.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dynamodb/batch-get-item.html

aws dynamodb batch-get-item --endpoint-url http://localhost:8000 --cli-input-json
     aholmgren / dynamodb_spike — Bitbucket : http://bitbucket.org/aholmgren/dynamodb_spike
aws dynamodb batch-get-item \
    Working with Items in DynamoDB - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html
aws dynamodb batch-get-item --request-items file://batch-get-item.json
    aws-cloud9-user-guide/sample-dynamodb.rst at master 揃 awsdocs/aws-cloud9-user-guide 揃 GitHub : http://github.com/awsdocs/aws-cloud9-user-guide/blob/master/doc_source/sample-dynamodb.rst
aws dynamodb batch-get-item --request-items file://request-college.json
    11 Fundamental DynamoDB CLI Commands - Thomas Henson : http://www.thomashenson.com/11-fundamental-dynamodb-cli-commands/

aws のオプション一覧