I have a “core” stack that defines resources that are shared by multiple stacks(client api, vendor api, internal website, etc). This core stack doesn’t include any Lambda functions.
Prior to release 1.12.0 it deployed without issue(to aws).
Since 1.12.0, it fails with the following message:
Serverless Error ---------------------------------------
No loanpal-core.zip file found in the package path you
provided.
If I add a function, it deploys fine, but if I then remove that function, it fails again.
Tried with release 1.12.0 & 1.12.1 and receive the above error.
Reverted back to 1.11.0 and all is fine.
Is this a bug, or am I attempting to use the serverless framework in an unsupported fashion?
Thanks in advance.