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

Add flag for skipping lambda deployment #8

Open
bcongdon opened this issue Mar 11, 2019 · 0 comments
Open

Add flag for skipping lambda deployment #8

bcongdon opened this issue Mar 11, 2019 · 0 comments

Comments

@bcongdon
Copy link
Owner

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.

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

No branches or pull requests

1 participant