yunho

Results 2 comments of yunho

``` "errorType": "Runtime.ImportModuleError", "errorMessage": "Error: Cannot find module '/var/task/lambda'\nRequire stack:\n- /var/runtime/index.mjs", "stack": [ "Runtime.ImportModuleError: Error: Cannot find module '/var/task/lambda'", "Require stack:", "- /var/runtime/index.mjs", " at _loadUserApp (file:///var/runtime/index.mjs:1061:17)", " at async...

I found. in serverless.yml file change handler path like below ``` handler: lambda/index.webhooks ```