`DynamoDbAsyncClient`和`AmazonDynamoDBAsyncClient`之间的区别

huangapple go评论61阅读模式
英文:

Difference between DynamoDbAsyncClient and AmazonDynamoDBAsyncClient

问题

我需要使用DynamoDB的异步操作,并找到了两个客户端DynamoDbAsyncClientAmazonDynamoDBAsyncClient。请问有人可以告诉我这两个客户端的区别以及它们的优缺点。

英文:

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

得分: 2

AmazonDynamoDBAsyncClient 来自 dynamodbv2 包。

DynamoDBAsyncClient 来自 dynamodb 包。

已经有一些线程讨论了这个问题。

https://stackoverflow.com/questions/16612365/migration-details-for-dynamodb-v2-in-aws-java-sdk

英文:

AmazonDynamoDBAsyncClient is from the package dynamodbv2

DynamoDBAsyncClient is from the package dynamodb

There are couple threads talking about this already

https://stackoverflow.com/questions/16612365/migration-details-for-dynamodb-v2-in-aws-java-sdk

huangapple
  • 本文由 发表于 2020年9月2日 14:53:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/63700189.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定