monkut
monkut
Seeing this same issue while trying to use zappa with apistar (0.3.9). ``` (.venv) $ zappa tail Calling tail for stage dev.. [XXX] Unable to import module 'handler': No module...
Handled in https://github.com/zappa/Zappa/issues/1152 cloisng.
I agree, logging should be used in place of print.
Migrated to: https://github.com/zappa/Zappa/pull/1155 closing
Re-raising this issue to be the main issue to address `"NoneType' object is not callable" issues.
@carlkibler I'm having the same issue in a separate PR. At the moment I don't have access to the coveralls settings, and can't update the threshold. At the moment, the...
@carlkibler can you rebase with the latest master branch? I found out that coveralls isn't a blocker when merging, so that's not an issue.
Is there any validity to this... it would be beneficial cost wise. I think the default now is 4 mins. Can we extend it and still get a keep-warm effect?
I have applications that are dependent on the function being 'warm'. We need to do some testing (across regions?) to confirm response times with/without keep warm at various times.
Zappa now supports docker based lambda deployments, but aws doesn't not yet provide a python3.10 lambda runtime. Once aws provides a 3.10 runtime, we'll work on getting support in.