monkut
monkut
I use a non-standard configuration of django/zappa/django-storages to serve django apps from aws lambda and s3. I'm currently trying to use *django-bakery* in combination with wagtail to generate static sites...
## Description Alternative solution to https://github.com/Miserlou/Zappa/issues/2080 intended to allow BINARY and text by making use of Content-Encoding header in the response. When using _whitenoise_ for caching, which provides compression, binary...
- Whitespace in X-Forwarded-For is optional and therefore should handle the case when there is no whitespace (contribution by [naresh-uplight](https://github.com/naresh-uplight)) - :fire: remove six from zappa dependencies - :wrench: Fix...
## Description When running an async @task locally, the args and kwargs are passed as they are (even if they're not JSON Serializable). This PR runs a `validate_json_seralizable()` check on...
## Context All of Zappa documentation is contained in the README, where the `master` branch is under developement and does not show the current 'release' documentation. In addition, the current...
migrate https://github.com/zappa/Zappa/pull/971 to lastest master Contribution by @Quidge ## Description This PR re-implements the same functional change that was shown in a [PR from the pre-fork Miserlou/zappa repository.](https://github.com/Miserlou/Zappa/pull/2170) The change...
## Context Automatic pypi release is integrated with the 0.54.2 release in the `cd.yaml`, however the github release is not updated. ## Expected Behavior github release is updated on x.x.x...
## Context As per the `nose` documentation: > Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over...
I'm investigating how to package a single file application with fire at the moment. It seems that in order to have pip install the requirements, a `setup.py` files needs to...
I noticed there is a TODO in `_PrintResult` to provide better handling of output formatting, but this is a quick an easy way to allow end-users to provide their own...