michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

AWS Sdk dependency clean up and integration test using DynamoDB Local #53

Closed srekapalli closed 9 years ago

srekapalli commented 9 years ago

This is for issue #51. Please review and let me know if you see any issues. After changing the dependency, I tested with DynamoDB local and also a real DynamoDB and it works.

mvn verify ( will run integration tests after starting DynamoDB Local)

michaellavelle commented 9 years ago

Thanks for raising this PR - much appreciated!

Cheers,

Michael