BatchGetItem.sh 98 B

123456
  1. #!/bin/bash
  2. aws \
  3. dynamodb \
  4. batch-get-item \
  5. --request-items file://batch_get_items.json | jq .