We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6b03a commit 906ce0fCopy full SHA for 906ce0f
README.md
@@ -43,3 +43,9 @@ import requests
43
The `.requirements` and `requirements.py` files are left behind to simplify
44
development. To clean them up, run `sls requirements clean`. You can also
45
install them manually for local development with `sls requirements install`.
46
+
47
+## Credit
48
+This plugin is influenced by
49
+[serverless-wsgi](https://github.com/logandk/serverless-wsgi) from
50
+[@logandk](https://github.com/logandk). I however wanted a simpler pip install
51
+process. It now also supports bundling packages without the wsgi handler.
0 commit comments