无法从本机应用访问我的dinamodb

时间:2019-08-15 11:00:19

标签: react-native amazon-dynamodb

我遵循了该教程:

https://aws-amplify.github.io/docs/js/tutorials/building-react-native-apps/#save-an-item-create-or-update

但是当我运行我的应用程序时,出现错误:

Request failed with status code 502

所以我打开了lambda函数的Cloudwatch控制台,发现:

Unable to import module 'index': Error
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)

当我在aws控制台中测试lambda函数时,我得到:

Cannot find module 'aws-serverless-express'

我已经将aws-serverless-express添加到我的项目中(纱线添加aws-serverless-express)

我不知道该怎么办

感谢您的帮助!

0 个答案:

没有答案