AWS Lambda: Unable to import module

后端 未结 6 1163
误落风尘
误落风尘 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:44

    It was a permission issue for me, after I changed the permissions for the 'node_modules' folder to 777, zipped and uploaded it, it worked.

提交回复
热议问题