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
I have run against this problem a couple of times now and this I have decided to investigate.
So given that we are not using the zipService provided by the Serverless Framework to zip up our stuff we don't mimic (I guess by design) its standard behavior. That's unfortunate.
There are two solutions to this (but maybe more, open to suggestions):
Make so that we use the zipService above in index.js and then both lumo and lein would just reopen and append to the zip file.
Reimplement the same behavior in both plugins.
I think option one is more work but also probably the right thing to do, but I am also wondering if there is a way not to skip the packaging step (just provide a custom zip name to it).
Any other idea?
The text was updated successfully, but these errors were encountered:
I actually see that if the compiler just does its job of copying the files in the root of the project, Serverless will just pick it up and zip itself. So my question is now, what am I missing? Why is this plugin doing the zipping?
I have run against this problem a couple of times now and this I have decided to investigate.
So given that we are not using the
zipService
provided by the Serverless Framework to zip up our stuff we don't mimic (I guess by design) its standard behavior. That's unfortunate.There are two solutions to this (but maybe more, open to suggestions):
zipService
above inindex.js
and then bothlumo
andlein
would just reopen and append to the zip file.I think option one is more work but also probably the right thing to do, but I am also wondering if there is a way not to skip the packaging step (just provide a custom zip name to it).
Any other idea?
The text was updated successfully, but these errors were encountered: