Any Scala SDK or interface for AWS?

岁酱吖の 提交于 2019-12-20 17:36:22

问题


Does anyone know of a Scala SDK for Amazon Web Services? I am particularly interested in the EMR jobs.


回答1:


Take a look at AWScala (it's a simple wrapper on top of AWS SDK for Java):

https://github.com/seratch/AWScala

[UPDATE from 04/07/2015]: Another very promising library from @dwhjames:

Asynchronous Scala Clients for Amazon Web Services https://dwhjames.github.io/aws-wrap/




回答2:


You could use the standard Java SDK directly without any problems from Scala, however I'm not aware of any Scala specific SDKs.




回答3:


Atlassian's aws-scala is quite good.

p.s. Currently the library has basic support for S3, DynamoDB, CloudFormation and SQS



来源:https://stackoverflow.com/questions/16972607/any-scala-sdk-or-interface-for-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!