You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to reproduce this. I tried creating a new chalice project, added chalice==1.1.0 to the requirements and was able to deploy. What's the full output when you attempt to deploy?
Adding chalice==1.1.0 bloats the deployment package by around 2MB. This doesn't sound like much until you're on a slow(er) connection. I think the fix for #344 in eafa129 will solve this problem because users on slower connections can increase the time out.
Hi there, how are you doing?
If I add
chalice==1.1.0
to myrequirements.txt
, the deploy hangs atUpdating lambda function: <function-name>
until it times out.I added it so I could run Chalice on my CI pipeline. Since it was causing trouble, I just added a statement to install it inside the CI.
Is this a know issue? Why would this happen?
Thanks!
The text was updated successfully, but these errors were encountered: