eabglobal / juniper

Juniper is a cli based tool used to package lambda functions
Apache License 2.0
67 stars 9 forks source link

Feature/partial builds #45

Closed parhumeab closed 4 years ago

parhumeab commented 4 years ago

I use Juniper on a project with more than 20 lambda functions.

Instead of building every single function when running juni build, building a subset of these functions will help when I don't have very many new changes:

juni build --skip-clean --function-name auth
parhumeab commented 4 years ago

@pdiazv Should the --function-name parameter support multiple arguments?

ghost commented 4 years ago

@parhumeab I don't think we need to support multiple arguments in the name function as long as we make it support partial matches.