Lager
===

AWS Lambda + API Gateway + Swagger + Docker === *Lager*

The **L**ambda **A**PI **G**ateway **E**ndpoints **R**outer

*Under heavy development yet!*

Installation
---

Install a recent version of *Docker* and *Docker Compose*

```bash
npm install -g aws-lager
```

Create a new project
---

```bash
lager new <project-name>
```

Deploy on AWS
---

```bash
lager deploy
```
