From 4db3684102980acda1294c15a3bbcc48fadc7420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lib=C3=A9?= Date: Wed, 17 Feb 2016 13:53:33 +0100 Subject: [PATCH] updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03f124c83..aeb4afbfc 100755 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Serverless Projects are shareable and installable. You can publish them to npm Serverless is composed 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. +* [Offline](https://github.com/dherault/serverless-offline) - An alternative to the Serve plugin. * [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).