ajmath / serverless-offline-scheduler

MIT License
96 stars 40 forks source link

Not working since serverless-offline v5.6.1 #26

Closed esetnik closed 5 years ago

esetnik commented 5 years ago

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.

esetnik commented 5 years ago

Looks like this is fixed by #27