UNPKG

serverless-offline

Version:

Emulate AWS λ and API Gateway locally when developing your Serverless project

10 lines (6 loc) 187 B
'use strict'; module.exports = function loadAndCallHandler(fun, handlerPath, handlerName, event, callback) { const eventJSON = JSON.stringify(event); // shim return null; };