Skip to content

Commit

Permalink
Update documentation with supported runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Mar 7, 2019
1 parent 0ae910e commit 7765f97
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,22 @@ Serverless Middleware

Serverless plugin to allow middleware handlers configured directly in serverless.yaml

**Requirements:**
## Requirements:
* Serverless
* AWS provider
* Node.js 8.10+

### Supported runtimes

- [x] nodejs8.10 (both Javascript and Typescript)
- [ ] dotnetcore2.1
- [ ] java8
- [ ] go1.x
- [ ] python2.7
- [ ] python3.7
- [ ] ruby2.5
- [ ] provided

## Installation

Install via npm in the root of your Serverless service:
Expand Down Expand Up @@ -129,7 +140,6 @@ functions:
will result in a similar promise chain as above.
## Packaging
In most cases you shouldn't need to change the default packaging configuration.
Expand Down

0 comments on commit 7765f97

Please sign in to comment.