ohnosequences / aws-statika

The part of Statika which contains all Amazon Web Services specifics
https://github.com/ohnosequences/statika
GNU Affero General Public License v3.0
0 stars 0 forks source link

aws-statika project

This the part of statika project which contains all Amazon Web Services specific abstractions, such as

Usage

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.

General documentation

Besides documentation for the components of the library (see links in the beginning), This repo contains general documentation on statika usage related to AWS:

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