Default vs individually: true

Uploading one big package to every lambda function seems overdone.

A package per a function seems more natural.

But the individually option is false by default.

Is there any benefits to packaging functions in one zip file?

Without knowing how you want your functions packaged, there’s no benefit to turning it on.

Unless you’re using the advanced include/exclude options, just turning individually on means that each of your functions will have exactly the same zip file contents (i.e. the contents of your service directory).

1 Like