First time using serverless and I’m trying to deploy a lambda. I seem to be getting the error: “errorMessage”: “self is not defined”,
Did some googling and it seems to be an issue with webpack. I’m using node js. Has anyone experienced this issue and have a fix for it?
Thanks for any help