monkut
monkut
Can you share the error message and try the latest zappa release 0.55.0 to confirm if this problem is reproducible in that version?
Assuming problem is resolved in 0.55.0, closing.
Reviewing the propose code, it appears that the clients are already defined on initialization (import). So this would potentially reduce the overhead of loading related clients when import. This is...
Yes, this project appears to be defunct, and as the code here is minimal, this logger definition should be pulled into the zappa core.
I've had to adjust this manually as well in the past. I think zappa should add the following condition by default: ``` "Condition": { "StringEquals": { "AWS:SourceAccount": "{Project Creator Account}"...
I'm interested in using PostGIS with Postgres and Django. I may try to get this going... So roughly I need to spin up amazon linux and install postgis? grab the...
As mentioned in the [comment](https://github.com/Miserlou/Zappa/issues/1097#issuecomment-347245506), a scheduled event cannot use a `@task` decorator. If the function is called in code other than the scheduled event, and you still want it...
Functions decorated with `asynchronous.task` are not intended to be invoked externally, as they are not an entry point into the code base. One workaround would be to have a generic...
A major update to how BINARY data is used was brought in recently. Since there are a number of conflicts here, I think this PR would need to be redone....
@ppartarr Can you check why this is failing? You may need need to run `make isort` / `make black`.