我正在尝试使用本教程制作人脸识别机器人:https://github.com/just4give/raspi-dexter-lex-ai
我查看了以下可能导致错误的原因:DependencyFailedException代码424.似乎有很多原因可能会失败。
DependencyFailedException
One of the dependencies, such as AWS Lambda or Amazon Polly, threw an exception. For example,
If Amazon Lex does not have sufficient permissions to call a Lambda function.
If a Lambda function takes longer than 30 seconds to execute.
If a fulfillment Lambda function returns a Delegate dialog action without removing any slot values.
HTTP Status Code: 424
我已经转发了我的pi上的端口,并使用dataplicity使其可访问。这是我的环境变量的图片:https://gyazo.com/47d1640c681ebb2a87a216c71817f9e9
这是我给lambda函数的权限的图片: https://gyazo.com/ca7082a8580904cf77b32e3f0ca07518
我似乎无法理解为什么会出现权限错误或超时错误,因为我还增加了函数的超时。
非常感谢任何帮助。
谢谢, Daveyman123