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

Add support for Limit for Mapper + bump AWS SDK version #56

Closed sashee closed 11 years ago

sashee commented 11 years ago

Mapper now supports querys with Limit set, but it needs a more recent version of AWS SDK. This required some fixes, but now all tests passes

mboudreau commented 11 years ago

Merged in and released new version in repo: 0.4.0

Cheers.