AWS Lambda: Unable to import module

后端 未结 6 1148
误落风尘
误落风尘 2021-02-05 13:12

please forgive me, I am totally new at Lambda and Node.

I am trying to replicate this git to order a pizza using an AWS IoT button.

My current code is:

<

6条回答
  •  清酒与你
    2021-02-05 13:30

    What worked for me was to zip the following files and upload the zip(after doing npm install in the folder):

    • node_modules/
    • your_file1.js
    • your file2.js
    • your files.js
    • package.json
    • package-lock.json

提交回复
热议问题