Not called aws-scala-sdk so we don't get sued. Makes aws-java-sdk more fun to work with in Scala through language features and Akka.
Bangarang is at a very early stage, and we're adding more functionality to it as we need it. That said, what is here should be very stable, as we use it in production. Please send us a pull request if you have anything to add.
resolvers ++= Seq(
"Typesafe" at "http://repo.typesafe.com/typesafe/releases/",
"Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
)
libraryDependencies ++= Seq(
"com.pongr" %% "bangarang" % "0.1.1-SNAPSHOT"
)
TODO Describe the implicits...
TODO Describe AmazonS3ClientAsync and AmazonS3ClientActor...
TODO Describe com.pongr.bangarang.route53 functions...