ceturc

Results 9 comments of ceturc

This looks like excellent work. I have multiple VPCs and this fix will really help me manage my security groups with Puppet. Right now, during an apply, puppet just picks...

I too would benefit from Git LFS support with the GitHub integration. My big Docker projects have some large assets. The present workaround, trying to manage curl/wget scripts inside my...

@elip-OE To work around this breaking change, you can copy the configured `log_level` from Zappa's handler.py into your root logger (app.py): ```python app = Flask(__name__) # work around breaking change...

Idea to resolve this for a broader audience: restore the previous behavior of setting the root logger level. I like the work done in #1277 and simply want to restore...

Hi Zappa Maintainers - any interest in merging P/R #1347 to fix this issue introduced in 0.59.0?

Hi Zappa Maintainers - any interest in merging this P/R to fix an issue introduced in 0.59.0?

Hi Zappa Maintainers - any interest in merging this P/R to fix an issue introduced in 0.59.0?

Thanks for the approval and merge, @monkut !! 👍 🚀

I am able to reproduce your issue on Windows, @texonidas , if I disable my AWS security setup (no profile or explicit keys). To see what is happening, extend your...