-
Notifications
You must be signed in to change notification settings - Fork 26
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
code.tar.gz remains when function throws error #28
Comments
Thank you for raising this @rdmchr . We'll look into this 🙂 |
Looks like this was addressed for the case where the code is less than 5MB: sdk-for-cli/lib/commands/functions.js Lines 333 to 338 in b461997
but may still happen if the code is more than 5MB: sdk-for-cli/lib/commands/functions.js Line 367 in b461997
|
@Haimantika Can I work on this issue. |
Hi @Vaibhav91one , I've assigned the issue to you! Happy Hacktoberfest 🎃! Notes: Please update us with your progress every 3 days, so that we know you are working on it. |
I just wanted to give an update. That I am working on this and talking to some people related to this issue. |
Will be making a PR soon. |
@stnguyen90 Have made a PR please review |
Can you link the issue to the PR? |
|
Hey @stnguyen90 Can you please assign me this issue. |
I got this error when I tried deploying my function:
After exiting the CLI did not remove the code.tar.gz file it created. I believe the CLI should remove the file even if it crashes since there is no reason to leave it.
The text was updated successfully, but these errors were encountered: