derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
402 stars 141 forks source link

Move to aws-java-sdk2 #247

Open boostchicken opened 5 years ago

boostchicken commented 5 years ago

https://github.com/aws/aws-sdk-java-v2/blob/dynamodb-enhanced/services-custom/dynamodb-enhanced/README.md

It's finally happening, might start a fork to get ahead of the ball. Async Clients! Transactions! Hooray.

Please let me now if anyone want's to help!

Specifications

tiagocpeixoto commented 5 years ago

I don't have experience in contributing to OSS projects, but I can try if you give me some directions.

Do you think it worth a try?

Regards,

Tiago Peixoto.

boostchicken commented 5 years ago

SDK2 only has experimental support for the DynamoDBMapper right now, I have a branch where I am laying the ground work but it's not ready for prime time

https://github.com/aws/aws-sdk-java-v2/blob/dynamodb-enhanced/services-custom/dynamodb-enhanced/README.md

pluttrell commented 5 years ago

Glad to see this work has started. Happen to be any update on its status?

rxonda commented 4 years ago

Any progress so far in this issue? I'm very interested, mostly with async and streamapi.

scottcarnold commented 4 years ago

Any update on this? I might could contribute. I started digging into spring-data-dynamodb quite a bit lately. I've played around with both the SDK1 and SDK2. Currently have app running SDK1 with spring-data-dynamodb. Could be interesting and worthwhile to help modernize it for SDK2.

The top link leads to 404 now. Maybe I should just start my own branch.

Or maybe this is it? I'll have to check it out: https://github.com/boostchicken/spring-data-dynamodb

boostchicken commented 4 years ago

@scottcarnold I just learned the DynamoDB Enhanced Mapper that replaces the DynamoDB Mapper used in v1. It would need to be a complete re-write from the ground up. No use carrying forward a lot of the old tech debt and stuff in this repo.

If you're interested in getting something going, let me know and let's have a chat.

mrumaiz commented 1 year ago

Is this supports SDK V2 now? Are we on it?

iincau commented 1 year ago

you can try with: https://docs.awspring.io/spring-cloud-aws/docs/3.0.0/reference/html/index.html#spring-cloud-aws-dynamoDb