Just to add another potential answer for someone,
For me it ended up being that I had called my function lambdaHandler() instead of lambda_handler(), which it was looking for.
CloudWatch logs showed me that. (I was in Python, not Node)