Skip to content

Commit

Permalink
edited README
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Mar 1, 2016
1 parent 3e725cf commit 25498a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This [Serverless](https://github.com/serverless/serverless) plugin emulates AWS
### Features

- Call your λs on localhost the same way you would call API Gateway.
- requestTemplates and responseTemplates velocity support.
- requestTemplates and responseTemplates Velocity support.
- Timeouts according to your `s-function.json` files (the plugin responds 503).
- Overkill error handling: reproduces API Gateway's errors, displays stack traces on terminal.
- Lazy loading of your λs: modify them, don't restart the plugin, enjoy your changes (the `require` cache is invalidated on each λ invocation, no need for a reloading tool like Nodemon).
- Support for HTTPS protocol.

### Installation

Expand Down

0 comments on commit 25498a4

Please sign in to comment.