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
Hey,
I have 2 functions that I'm trying to package separately.
The sls package process generates 2 zips in /.serverless, and they both contain 2 js files, 1 for each function.
Is there a way to do a separate build so every zip will contain only one function?
The text was updated successfully, but these errors were encountered:
Hey,
I have 2 functions that I'm trying to package separately.
The
sls package
process generates 2 zips in /.serverless, and they both contain 2 js files, 1 for each function.Is there a way to do a separate build so every zip will contain only one function?
The text was updated successfully, but these errors were encountered: