Error: Cannot find module 'index'nRequire stack:n- /var/runtime/index.mjs – Amazon Web Sevices
I'm attempting to deploy a lambda implemented in typescript via CDK. I am able to deploy the lambda successfully, but when I test it, I get the following error: { "errorType": "Runtime.ImportModuleError", "errorMessage": "Error: Cannot find module 'index'nRequire stack:n- /var/runtime/index.mjs",…