Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy times out if Chalice is added to requirements.txt #644

Closed
jonatasbaldin opened this issue Dec 20, 2017 · 3 comments
Closed

Deploy times out if Chalice is added to requirements.txt #644

jonatasbaldin opened this issue Dec 20, 2017 · 3 comments

Comments

@jonatasbaldin
Copy link

Hi there, how are you doing?

If I add chalice==1.1.0 to my requirements.txt, the deploy hangs at Updating 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!

@joguSD
Copy link
Contributor

joguSD commented Dec 20, 2017

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?

@skwashd
Copy link
Contributor

skwashd commented Dec 26, 2017

@joguSD I think this can be closed.

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.

@jonatasbaldin
Copy link
Author

Hey, I tried again and wasn't able to reproduce :( didn't know what happened, you may close this!

Thanks and happy new's year eve!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants