任何适用于 AWS 的 Scala SDK 或接口?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16972607/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Any Scala SDK or interface for AWS?
提问by CruncherBigData
Does anyone know of a Scala SDK for Amazon Web Services? I am particularly interested in the EMR jobs.
有谁知道用于 Amazon Web Services 的 Scala SDK?我对 EMR 工作特别感兴趣。
采纳答案by alboko
Take a look at AWScala (it's a simple wrapper on top of AWS SDK for Java):
看看 AWScala(它是 AWS SDK for Java 之上的一个简单包装器):
https://github.com/seratch/AWScala
https://github.com/seratch/AWScala
[UPDATE from 04/07/2015]: Another very promising library from @dwhjames:
[来自 04/07/2015 的更新]:来自@dwhjames 的另一个非常有前途的库:
Asynchronous Scala Clients for Amazon Web Services https://dwhjames.github.io/aws-wrap/
亚马逊网络服务的异步 Scala 客户端 https://dwhjames.github.io/aws-wrap/
回答by astevanovic
You could use the standard Java SDK directly without any problems from Scala, however I'm not aware of any Scala specific SDKs.
您可以直接使用标准的 Java SDK,而不会在 Scala 中出现任何问题,但是我不知道任何特定于 Scala 的 SDK。

