areeves87
areeves87
Still a newbie with aws's `sam` but I'm leaning toward using it for deploying chalice containers. Obviously official support of containers from chalice itself would be preferred but until then...
@r0lodex ImageUri gets ignored if you're using the metadata fields like I am. The metadata specifies the docker file location and builds the image locally. It somehow maintains a reference...
Hello, In response to idea 2, I have a shiny app using networkD3 with good performance on a laptop/desktop yet terrible performance on my iphone6s and other smart phones. With...
Very excited about this project. Had a lot of fun trying the jupyterlite demo notebooks out today! I want to share an interactive jupyerlite notebook-style report with my colleagues in...
I would just create a module for storing your authorizer in chalicelib/authorizers.py and then import the authorizer as necessary into your blueprint modules.
I see what you mean now -- we can't distribute the authorizer from a blueprint for whatever reason. It needs to be top-level. But how to pass top-level authorizers to...
Yeah that would be nice to have. I don't see a way to easily change the blueprint registration call with workarounds. Seems like something you'd need to make a feature...
I got the same issue and resolved it with the help of chatgpt: https://shareg.pt/5g5vvIM