I am using this package in conjunction with serverless-webpack. The issue is:
Serverless: scheduler: unable to find source for aaa
Serverless: scheduler: unable to find source for zzz
Serverless: scheduler: unable to find source for yyy
Serverless: scheduler: unable to find source for xxx
I was originally using the solution found in a similar issue https://github.com/ajmath/serverless-offline-scheduler/issues/11 and this was working for me. Since updating to serverless-offline@5.6.1 the solution of setting the --location is no longer working. I'm not sure if this is a serverless-offline, serverless-webpack, or serverless-offline-scheduler issue, but it is only happening since upgrading serverless-offline to v5.6.1 or later.
I am using this package in conjunction with serverless-webpack. The issue is:
I was originally using the solution found in a similar issue https://github.com/ajmath/serverless-offline-scheduler/issues/11 and this was working for me. Since updating to
serverless-offline@5.6.1
the solution of setting the--location
is no longer working. I'm not sure if this is a serverless-offline, serverless-webpack, or serverless-offline-scheduler issue, but it is only happening since upgrading serverless-offline to v5.6.1 or later.