spring-data-dynamodb-examples icon indicating copy to clipboard operation
spring-data-dynamodb-examples copied to clipboard

Examples for Spring-Data-DynamoDB available at https://github.com/derjust/spring-data-dynamodb/

Results 5 spring-data-dynamodb-examples issues
Sort by recently updated
recently updated
newest added

I am unable to to Map a attribute in de DB Document that depending on the record/document in the DB is of type N, S OR M? Using Item gives...

I am curious about do we have any code examples to do a Transactional operations with spring-data-dynamodb, because I think in some scenarios I need this feature.

Hi I was playing with your examples but it would be awesome if there is a chance to create a table when it does not exist. Any ideas to solve...

Hi, I am learning spring and dynamoDB. I'd like to know how can I update specific attribute of a record using spring-data-dynamodb? Just like the example in https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/JavaDocumentAPICRUDExample.html ? For...