コマンドオプションサンプル:aws dynamodb batch-get-item

コマンドサンプルを検索した結果です。

「batch-get-item」操作は、1つ以上の項目の属性を1つ以上の表から戻します。 詳細は次のリンクを参照してください。 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 のオプション一覧