문제

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

도움이 되었습니까?

해결책

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/

다른 팁

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

Atlassian's aws-scala is quite good.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top