nordcloud/lambda-wrapper

Pass context to run method

laardee opened this issue · 0 comments

Now run takes only event and callback and passes empty content forward.

run(event, callback) {
  return this.runHandler(event, {}, callback); 
}

nordcloud/serverless-mocha-plugin#46