From 61eca67e4435bb3dfe16699f6bcb119a92ad79a2 Mon Sep 17 00:00:00 2001 From: ac360 Date: Sun, 17 Jan 2016 14:34:08 -0800 Subject: [PATCH] README: Add plugins --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f3d8537..90292e477 100755 --- a/README.md +++ b/README.md @@ -27,13 +27,14 @@ Awesome! You've just installed Serverless. To learn how to use the framework, pl * [Twitter](https://twitter.com/goserverless) * [Serverless Meetups](http://www.meetup.com/serverless/) - ## 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/serverless/serverless-optimizer-plugin)** - Optimizes your code for performance in Lambda. +* **[CORS](https://github.com/joostfarla/serverless-cors-plugin)** - Adds support for CORS (Cross-origin resource sharing). +* **[CloudFormation Validator](https://github.com/tmilewski/serverless-resources-validation-plugin)** - Adds support for validating your CloudFormation template. ## Contributing We love our contributors! If you'd like to contribute to the project, feel free to submit a PR. But please keep in mind the following guidelines: