spring-cloud-aws
spring-cloud-aws copied to clipboard
Introduce Async template for DynamoDb integration
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
I'd like to work on this