spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Introduce Async template for DynamoDb integration

Open MatejNedic opened this issue 1 year ago • 1 comments

Type: Feature

Is your feature request related to a problem? Please describe. Currently DynamoDbOperations only support synchronous communication. We should think about adding DynamoDbAsyncOperations.

Describe the solution you'd like Create DynamoDbAsyncOperations and implement it with DynamoDbEnhancedAsyncClient

MatejNedic avatar Nov 03 '23 22:11 MatejNedic

I'd like to work on this

dominik-kovacs avatar Apr 23 '24 08:04 dominik-kovacs