mapbox / dyno

simple dynamodb client
MIT License
78 stars 28 forks source link

Add batchWriteItem #81

Closed willwhite closed 8 years ago

willwhite commented 9 years ago

DynamoDB has batchWriteItems(), which allows you to put and delete records within a single request. Dyno breaks away from this pattern and instead implements two separate batch functions for putting and deleting. What's the thinking behind this change?

We should expose a function that allows users to take advantage of the combined request.

/cc @rclark

rclark commented 8 years ago

Done in #106