Skip to content

Implement transaction support for dynamodb #105

Open
@jehanzebqayyum

Description

@jehanzebqayyum

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Implement transaction support for dynamodb · Issue #105 · boostchicken/spring-data-dynamodb