Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement transaction support for dynamodb #105

Open
jehanzebqayyum opened this issue Sep 4, 2020 · 0 comments
Open

Implement transaction support for dynamodb #105

jehanzebqayyum opened this issue Sep 4, 2020 · 0 comments

Comments

@jehanzebqayyum
Copy link

Expected Behavior

It would be nice to implement transaction support for dynamodb since now the aws sdk supports transaction. So, we can implement Spring PlatformTransactionManager and provide support to annotate service methods to be transactional.

Actual Behavior

No transactions yet

Steps to Reproduce the Problem

None

Specifications

  • Spring Data DynamoDB Version:
  • Spring Data Version:
  • AWS SDK Version:
  • Java Version:
  • Platform Details:

All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant