'Does Zappa support Djangos recently added async functionality?
I'm starting to learn Django's new native async support: https://docs.djangoproject.com/en/4.0/topics/async/ Is it supported by Zappa? I've tried creating a basic async view but when I deploy it using Zappa the view just runs in normal sync mode.
I'm aware that Zappa has it's own async functionality (wish I knew about it earlier), but I'd prefer to use the Django async.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
