AWS Lex 中的超时错误

Timeout Error in AWS Lex

我正在开发用于创建票证的 Lex 机器人。问题是创建票证需要时间,我想 return 向用户创建票证后获得的信息,但出现以下错误:

ERROR: An error occurred (DependencyFailedException) when calling the PostText operation: Invalid Bot Configuration: Lambda request did not complete within permissible time (30 seconds).

但是我已经在 Lambda 函数的 Timeout 中设置了 5 分钟。
我该如何解决这个错误?

不太可能是 lambda,lex 限制为 30 秒。

寻找更多异常,参考runtime post text's and runtime post content's Error section