From 3e2bc0df62af4dacb5bca67b13e677ef0f76d508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A9rault?= Date: Wed, 30 Mar 2016 16:23:35 +0200 Subject: [PATCH] Update README.md Hello all, I've been working on serverless-offline for a month now (:birthday:). It supports Velocity, responseParameters, serverless-babel-runtime, etc.. It's not an alternative to serverless-serve anymore (incompatible with 0.5), it's much more, so I wanted to change this line. Nice job one 0.5, I like what you did a lot. When Google Function is out of alpha I'll be trying it so tell me if you need any help on supporting it. Thanks, --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13f08737..6d43e29ff 100755 --- a/README.md +++ b/README.md @@ -82,7 +82,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: * [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. +* [Offline](https://github.com/dherault/serverless-offline) - Emulate AWS λ and APIG locally to speed up your development cycles. * [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