As my title explains I am getting the following error:
{ \"errorMessage\": \"Cannot find module \'index\'\", \"errorType\": \"Error\", \"stackTrace\": [
I had the same problem sometime ago - I reformatted the code.
function lambdafunc1(event, context) { ... ... ... } exports.handler = lambdafunc1