Results 157 comments of monkut
trafficstars

You may want to try `callbacks` to define a custom function to pull your required zip from s3.

Looks like the readthedocs service supports MkDocs. I'm more familiar with sphinx, but I'll take a look at mkdocs. https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html

need to run `make black`, `make isort` to pass the linter. Also, can you add a testcase to cover, `get_current_venv()`?

I'm interested in this getting in as a feature. I've created a cli tool that will generate the zappa_settings.json file dynamically for ci integration. https://github.com/monkut/zappa-configuration-generator It's been working for me...

Zappa is currently strongly integrated with aws lambda, I don't see other services being supported in the near future.

Integrating partially into: https://github.com/zappa/Zappa/pull/1155 closing.

You can check the cloudwatch logs for the timeout log. Other than that I don't believe you can know unless you manage state yourself.