mboudreau / Alternator

A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78 stars 39 forks source link

Bug fixes for BatchGetItem UnprocessedKeys and BatchWriteItem v2 Deletes. #70

Closed rrutt closed 11 years ago

rrutt commented 11 years ago

This revision addresses these two Issues:

AlternatorDBHandler.batchWriteItemV2() - fails for delete items https://github.com/mboudreau/Alternator/issues/69

BatchGetItems - UnprocessedKeys is Null https://github.com/mboudreau/Alternator/issues/42

mboudreau commented 11 years ago

Awesome dude, thanks.

mboudreau commented 11 years ago

0.6.3 released with these changes. Cheers.