Is there a way to query multiple hash keys using a single query in Amazon\'s AWS SDK for Java?
Here\'s my issue; I have a DB table for project statuses. The Hash
Amazon API doesn't support multiple hashkey filter but you can use HASH KEY + RANGE KEY filter to get the results using batchGetItem method ..
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/batch-operation-lowlevel-java.html#LowLevelJavaBatchGet