This the part of statika project which contains all Amazon Web Services specific abstractions, such as
To add a direct dependency in your sbt-project, add these lines:
resolvers += "Era7 maven releases" at "http://releases.era7.com.s3.amazonaws.com"
libraryDependencies += "ohnosequences" %% "aws-statika" % <version>
Normally, you should use sbt-statika plugin instead. It adds this dependency with the latest stable version and adds other things, which are kind of standardized configuration for statika bundles and distributions.
Besides documentation for the components of the library (see links in the beginning), This repo contains general documentation on statika usage related to AWS:
- How to set up statika for a new Amazon account
- How to write a distribution
- How to apply a bundle to an EC2 instance
See also statika core library documentation, if you haven't yet, it describes general ideas and explains how to write bundles (and what they are, of course).