mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Readme: add plugins
This commit is contained in:
parent
291cd4d29e
commit
ac0790de43
@ -5,7 +5,7 @@ Serverless V0 (BETA) - Formerly "JAWS"
|
||||
|
||||
####The Serverless Application Framework Powered By Amazon Web Services - [serverless.com](http://www.serverless.com)
|
||||
|
||||
We've re-branded from JAWS and pushed out a HUGE release. We're now cleaning up bugs, finishing the new docs and fixing broken features. By the end of this week we will have made rapid progress. Please help us test, submit pull requests, and check out our **[Road Map](https://trello.com/b/EX6SxBJJ/framework)** for daily status updates. We will be moving quickly, stay tuned :)
|
||||
We've re-branded from JAWS and pushed out an entirely refactored product. We're now cleaning up bugs, finishing the new docs and fixing broken features. By the end of this week we will have made rapid progress. Please help us test, submit pull requests, and check out our **[Road Map](https://trello.com/b/EX6SxBJJ/framework)** for daily status updates. We will be moving quickly, stay tuned :)
|
||||
|
||||
**Note:** This project was formerly JAWS.
|
||||
|
||||
@ -21,6 +21,13 @@ This is a command line tool. It requires Node V4. Install it via npm:
|
||||
npm install serverless -g
|
||||
```
|
||||
|
||||
## Plugins
|
||||
Serverless is comprised of Plugins. A group of default Plugins ship with the Framework, and here are some others you can add to improve/help your workflow:
|
||||
* **[Plugin Boilerplate](https://github.com/serverless/serverless-plugin-boilerplate)** - Make a Serverless Plugin with this simple boilerplate.
|
||||
* **[Serve](https://github.com/Nopik/serverless-serve)** - Simulate API Gateway locally, so all function calls can be run via localhost.
|
||||
* **[Alerting](https://github.com/martinlindenberg/serverless-plugin-alerting)** - This Plugin adds Cloudwatch Alarms with SNS notifications for your Lambda functions.
|
||||
* **[Optimizer](https://github.com/martinlindenberg/serverless-plugin-alerting)** - Optimizes your code for performance in Lambda.
|
||||
|
||||
## Differences From JAWS:
|
||||
|
||||
* **Node V4:** The new Serverless Command Line Tool uses Node V4. We recommend using [n](https://github.com/tj/n) to seamlessly upgrade your local version of Node.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user