Skip to content

ohnosequences/aws-statika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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