Introduce Async template for DynamoDb integration #939
Labels
component: dynamodb
DynamoDB integration related issue
type: enhancement
Smaller enhancement in existing integration
Type: Feature
Is your feature request related to a problem? Please describe.
Currently
DynamoDbOperations
only support synchronous communication. We should think about addingDynamoDbAsyncOperations
.Describe the solution you'd like
Create
DynamoDbAsyncOperations
and implement it withDynamoDbEnhancedAsyncClient
The text was updated successfully, but these errors were encountered: