# Kes

[![CircleCI](https://circleci.com/gh/developmentseed/kes/tree/master.svg?style=svg)](https://circleci.com/gh/developmentseed/kes/tree/master)

Kes helps with managing and deploying AWS resources using CloudFormation. It makes it much easier to deploy lambda functions and create API gateway resources.

## Installation

    $ npm install -g kes
    $ kes -h

### Usage

- [Usage Documentation](https://devseed.com/kes)

### Updating Docs

     $ npm install -g documentation
     $ npm run md-docs
