Difference between DynamoDbAsyncClient and AmazonDynamoDBAsyncClient

Viewed 642

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.

1 Answers
Related