In my node-js app, I installed node-fetch and required it in a file with lambda function(ran it using sls invoke) :
global.fetch = require(\'node-fetch\');