-
## Context
When doing `zappa depoy` or `zappa update` I receive an error like this:
```
Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response cod…
-
# This is a Bug Report
## Description
* What went wrong?
Express-based web app won't run on AWS, but it works locally using the `serverless-offline` plugin.
* What did you expect should have…
-
Trying to follow the [Using Let's Encrypt with Zappa](https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_dns.md) guide. All steps work fine without any error message. However, acc…
johey updated
6 years ago
-
## Context
Zappa fail to recognize `application/x-www-form-urlencoded` and access `request.form`.
## Expected Behavior
`request.form` is should not be empty and `request.data` should be empty. An…
-
When uploading a [FileField](https://docs.djangoproject.com/en/2.1/ref/models/fields/#filefield) object using the Django admin site, the upload fails if the file is larger than a couple MB.
## Cont…
-
When packaging a project as a zip and/or tar.gz, any directory named `concurrent` will be removed.
## Context
This was done intentionally to deal with issues packaging python3.6 concurrent package. …
-
Hi.
Is it possible to add a substitution for device names with spaces replaced by underscore or dash? `NN` or something.
Spaces are useful in web ui, but in filenames, not great.
-
in 1.6.0 version, may be have a one error
mkdocs.yml file have below content
![image](https://github.com/mkdocs/mkdocs/assets/46391625/471b36f9-f522-41eb-92a4-4153dc496d44)
However, you will f…
-
Hi
Is there any method available which can be used to get the original text?
e.g
```deslugify("some-text"); // some text```
-
I use a CSS styling for tags, and it would be nice if django-uni-form had a helper that would render this out-of-the-box. Is this possible?