melvinmaron05

Results 1 comments of melvinmaron05

Ran to this issue my workaround was to override the plugins and use `--no-build` on invoke plugins/offline-scheduler.js ```const childProcess = require("child_process"); const Scheduler = require("serverless-offline-scheduler/lib/scheduler"); Scheduler.prototype._executeFunction = function (fName, fInput)...