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
As discussed in #6, it might be useful to have a flag that skips the compilation/deployment step for Lambda invocations.
Pros:
If you have a really complicated job (code wise), it may be annoying/unnecessary to compile for each invocation
Cons:
Could pretty easily be a footgun. (i.e. you make code changes that aren't deployed)
This shouldn't be difficult to implement -- just needs a new CLI flag and something in the lambda deployment process that skips compilation/upload under the presence of the flag.
The text was updated successfully, but these errors were encountered:
As discussed in #6, it might be useful to have a flag that skips the compilation/deployment step for Lambda invocations.
Pros:
Cons:
This shouldn't be difficult to implement -- just needs a new CLI flag and something in the lambda deployment process that skips compilation/upload under the presence of the flag.
The text was updated successfully, but these errors were encountered: