Right now, the DynamoDB client supports getting/putting single instance. It should be updated to support querying and retrieving multiple entries based on a single (or multiple key). See: * [DynamoDB.DocumentClient::query](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html#query-property) * [DynamoDB.DocumentClient::batchGet](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html#batchGet-property) * [What's the difference between BatchGetItem and Query in DynamoDB? ](https://stackoverflow.com/questions/30749560/whats-the-difference-between-batchgetitem-and-query-in-dynamodb)
Right now, the DynamoDB client supports getting/putting single instance.
It should be updated to support querying and retrieving multiple entries based on a single (or multiple key).
See: