Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 902 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 902 Bytes

Bangarang

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.

sbt

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"
)

DynamoDB

TODO Describe the implicits...

S3

TODO Describe AmazonS3ClientAsync and AmazonS3ClientActor...

Route53

TODO Describe com.pongr.bangarang.route53 functions...