From 019116c48565d259c21f0198a76c92b9e8d9896d Mon Sep 17 00:00:00 2001 From: Logan Raarup Date: Thu, 13 Oct 2016 15:22:01 +0200 Subject: [PATCH] Add serverless-wsgi to list of plugins in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b50bb5119..bda2a8883 100755 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Use these plugins to overwrite or extend the Framework's functionality... * [serverless-scriptable](https://github.com/wei-xu-myob/serverless-scriptable-plugin) * [serverless-plugin-stage-variables](https://github.com/svdgraaf/serverless-plugin-stage-variables) * [serverless-dynamodb-local](https://github.com/99xt/serverless-dynamodb-local/tree/v1) +* [serverless-wsgi](https://github.com/logandk/serverless-wsgi) - Deploy Python WSGI applications (Flask/Django etc.) ## Example Projects (V1.0)