en runtime.exports.handler aws lambda

Add 'module' before exports as written below
module.exports.handler = your code here
Ankur