Open
Description
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