I need to use dynamo DB async operations and found two clients DynamoDbAsyncClient and AmazonDynamoDBAsyncClient for the same. Could anyone please tell me the difference and pros, cons of these two clients.
I need to use dynamo DB async operations and found two clients DynamoDbAsyncClient and AmazonDynamoDBAsyncClient for the same. Could anyone please tell me the difference and pros, cons of these two clients.
AmazonDynamoDBAsyncClient is from the package dynamodbv2
DynamoDBAsyncClient is from the package dynamodb
There are couple threads talking about this already