Norris
Norris

Reputation: 665

Spring data for Amazon DynamoDB

We are starting to use Amazon web services. As I was searching for a Spring library, but couldn't find anything. Is this a case of there has been a decision made to not include this functionality or has no one provided any code. Is there any interested in having a spring-data-dynamodb?

Upvotes: 8

Views: 7178

Answers (1)

Maximilien Belinga
Maximilien Belinga

Reputation: 3186

there are plenty of examples out of there. Take a look at this one: It should be very interesting: https://github.com/michaellavelle/spring-data-dynamodb

[UPDATE]

That project is out to date right now, you should use this one: https://github.com/derjust/spring-data-dynamodb

Upvotes: 8

Related Questions