John Dorman

Results 140 comments of John Dorman

@tobiashochguertel I don't want to fork, I sent a PR. Up to @derjust to do something with it.

@derjust It's interesting, it allows you to tranact saves of multiple objects in a single dynamo call, which kind of flys in the face of how spring data does things....

To expand on that the existing Spring interfaces won't really work for this. There is no persistent connection to the database, beyond that there is no rollback, Amazons API just...

Also it's only supported in the DynamoDB Async client, (makes sense) and does not have support for the mapper, so if we want to do this we will really have...

@christosSekas @varshavenkat93 @shourien my fork has support for filter expressions https://github.com/boostchicken/spring-data-dynamodb/wiki/Change-Log

Would not be hard to add, open an issue on my repo and I can add it to a snapshot. https://github.com/boostchicken/spring-data-dynamodb

Fixed here api group: 'io.github.boostchicken', name: 'spring-data-dynamodb', version: '5.2.1'

You need to update to the 5.1.0-SNAPSHOT. 5.0.3 is not compatible with Spring Boot 2.1

Use the Query(limit=blah) annotation.