monkut
monkut
From zappa's point of view, it is only preparing the value for the "QUERY_STRING" key for the environ created for wsgi. In the current zappa implementation, with `unquote`, the "QUERY_STRING"...
@choich @jcunhafonte I know this is an old zappa issue that you requested, but do you remember why you needed the QUERY_STRING to be unencoded? added in 62a53ed92445eaa3ab444df5bf98488562147cb8 We supported...
https://en.wikipedia.org/wiki/URL_encoding > When a character from the reserved set (a "reserved character") has a special meaning (a "reserved purpose") in a certain context, and a URI scheme says that it...
merged and released in 0.58.0 closing
APP_MODULE is derived from app_function in your zappa_settings file. Make sure that your `app_function` is configured correctly.
After the 3.11 release, let's try to get this in.
The output of your pip freeze shows you're using zappa's head branch. Please use an official release from pypi and try again.
Can you share the traceback?
> TypeError: 'NoneType' object is not callable This is common error if there is something in your code that causes an exception. Can you test and confirm that the code...
@nickovs I'd like to get a release out soon, and get this in. Can you run `make black`, `make isort` on this? Looks like the linter is failing.