From 8239e9ca030bfbfa3e8c3f3a9d90aa6af6aec83b Mon Sep 17 00:00:00 2001 From: Austen Date: Mon, 28 Mar 2016 18:41:35 -0700 Subject: [PATCH 1/2] Readme: add plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e97b3f6b..62d31bc4d 100755 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Meta Sync](https://github.com/serverless/serverless-meta-sync) - Securely sync your the variables in your project's `_meta/variables` across your team. * [Serve](https://github.com/Nopik/serverless-serve) - Simulate API Gateway locally, so all function calls can be run via localhost. * [Offline](https://github.com/dherault/serverless-offline) - An alternative to the Serve plugin. +* [Hook Scrips](https://github.com/kennu/serverless-plugin-hookscripts) - Easily create shell script hooks that are run whenever Serverless actions are executed. * [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. Supports coffeeify, babelify and other transforms * [CORS](https://github.com/joostfarla/serverless-cors-plugin) - Adds support for CORS (Cross-origin resource sharing). From 3b798dfb671ad53191098035981abc95abb90f43 Mon Sep 17 00:00:00 2001 From: Austen Date: Mon, 28 Mar 2016 19:10:30 -0700 Subject: [PATCH 2/2] Readme: fix typo --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 62d31bc4d..669ebd39f 100755 --- a/README.md +++ b/README.md @@ -19,14 +19,16 @@ Also, we are hiring. If you are a developer and these tools/ideologies appeal t * Auto-deploys your Lambda events * Support for multiple stages * Support for multiple regions within stages -* Manage & deploy AWS CloudFormation resources -* Project Variables & Module Templates reduce configuration settings +* Support for separate credentials per stage +* Manage & deploy AWS CloudFormation resources to each stage/region +* Project Variables allow staged/regional values in config files +* Project Templates reduce configuration * Environment variable support * Assign multiple endpoints and events to a function -* Interactive dashboard to easily select and deploy functions and endpoints +* Interactive CLI dashboard to easily select and deploy functions and endpoints * Optimize your Lambda functions for faster response times -* Components allow for easy sharing of code across Lambda functions -* Shareable project files and modules +* Support for API Gateway custom authorizers +* Project files can be published to npm * 100% Extensible - Extend or modify the Framework and its operations via Plugins * Powerful classes and methods for easy plugin development * AWS best practices and optimizations built in @@ -78,7 +80,7 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Meta Sync](https://github.com/serverless/serverless-meta-sync) - Securely sync your the variables in your project's `_meta/variables` across your team. * [Serve](https://github.com/Nopik/serverless-serve) - Simulate API Gateway locally, so all function calls can be run via localhost. * [Offline](https://github.com/dherault/serverless-offline) - An alternative to the Serve plugin. -* [Hook Scrips](https://github.com/kennu/serverless-plugin-hookscripts) - Easily create shell script hooks that are run whenever Serverless actions are executed. +* [Hook Scripts](https://github.com/kennu/serverless-plugin-hookscripts) - Easily create shell script hooks that are run whenever Serverless actions are executed. * [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. Supports coffeeify, babelify and other transforms * [CORS](https://github.com/joostfarla/serverless-cors-plugin) - Adds support for CORS (Cross-origin resource sharing).