monkut
monkut
Yes, considering Django 1.7 is no longer supported by django I think it's fair to remove this unnecessary code.
Reviewing issues, and this looks like something that should be addressed. I don't think the `kappa` dependency should be necessary, and agree that the functionality should be pulled in to...
As IvoMerchiers mentioned, restarting the kernal in jupyter will allow you to _manually_ force the mfa refresh request when your session times out.
Please join the slack channel for questions https://slackautoinviter.herokuapp.com
zappa expects to manage the stack when using zappa for deployment. You can use zappa for packaging only and deploy the resulting package to an existing api gateway/lambda/alb if desired.
So you want to call an async task defined in a zappa deployed lambda function from another function?
You can give permissions to your `No zappa deployed lambda function 2` to execute the `zappa deployed lambda function 1`. zappa has "extra_permissions" and "attach_policy" if you want to apply...
Thanks for the notification, we'll look into support.
testcase currently failing due to the `test_slim_handler` testcase, which is dependent on the current pypi released version of zappa. ``` .......ERROR: Cannot install placebo==0.10.0 and zappa==0.55.0 because these package versions...
@liuwenjie it's failing at lint, you need to run `make black`, and `make isort`.