Skip to content

Add flag for skipping lambda deployment #8

@bcongdon

Description

@bcongdon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions