我正在编写一个需要与DynamoDB交互的scala应用程序。我看到很多开源。一些例子是:
https://github.com/piotrga/async-dynamo
https://github.com/bizreach/aws-dynamodb-scala
https://github.com/seratch/AWScala
https://bitbucket.org/atlassian/aws-scala
https://dwhjames.github.io/aws-wrap/index.html
或者最好在Java中使用官方AWS SDK? 任何人都有上述开源之一的经验吗?
答案 0 :(得分:2)
查看Alpakka项目,该项目提供DynamoDB connector。 Alpakka连接器构建在Akka Streams之上,提供了一种以reactive方式与各种技术和协议交互的方式。