seratch/AWScala

Add support to the batchGetItem API for tables that use a composite primary key

gstranger opened this issue · 0 comments

I'm trying to use the batchGetItem API on a table that has a hashPK that is a UUID and a rangePK that is the row count within a particular dataset. When attempting to use the batchGetItem I'm getting a 400 response Dynamo about the supplied keys being incorrect for the schema of the table. After poking around the code it looks like the batchGetItem API doesn't actually support composite keys, but I may be misunderstanding it. If this functionality is not currently supported I'd like to work on it.