AWS Lambda Error: “Cannot find module '/var/task/index'”

后端 未结 9 1709
忘掉有多难
忘掉有多难 2020-12-23 02:54

Node.js Alexa Task Issue

I\'m currently coding a Node.js Alexa Task via AWS Lambda, and I have been trying to code a function that receives informat

9条回答
  •  情歌与酒
    2020-12-23 03:23

    In my case the archive contained a folder "src" with index.js file, so I had to put to the handler: "src/index.handler"

提交回复
热议问题