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

Update the aws sdk to 1.9 version #90

Open gdogaru opened 9 years ago

gdogaru commented 9 years ago

the aws sdk 1.9 release removed v1 classes and alternator can no start with the given classpath

rrutt commented 9 years ago

See the referenced Pull Request. I had to copy the source code for the previously deprecated classes that are now removed from AWS SDK 1.9 I obtained them from the GitHub repository for the AWS SDK, using older release tag 1.7.13

If you need to use this update prior to this Pull Request being merged. use this branch from my forked repository:

https://github.com/rrutt/Alternator/tree/aws-sdk-1.9