mapbox / dyno

simple dynamodb client
MIT License
78 stars 28 forks source link

queryBatchGet function #103

Closed rclark closed 8 years ago

rclark commented 9 years ago

Refs #101, adding a function specific to a hash-only table with a keys-only GSI. Queries the GSI, then batch gets all the items via hash key.

There's room for this to be more flexible to do bath gets in a hash-range key, but it requires more table schema knowledge. See #102 for some related ideas.

cc @willwhite