From 2a4003d2e4fffc0c9049fdc4670567df8ac5b444 Mon Sep 17 00:00:00 2001 From: Austen Date: Fri, 19 Feb 2016 14:03:31 -0800 Subject: [PATCH] Readme: Add Plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b885d8e6..76706fa91 100755 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Test](https://github.com/arabold/serverless-test-plugin) - A Simple Integration Test Framework for Serverless. * [SNS Subscribe](https://github.com/martinlindenberg/serverless-plugin-sns) This plugin easily subscribes your lambda functions to SNS notifications. * [JSHint](https://github.com/joostfarla/serverless-jshint-plugin) Detect errors and potential problems in your Lambda functions. +* [Webpack](https://github.com/asprouse/serverless-webpack-plugin) Use Webpack to optimize your Serverless Node.js Functions ## 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: