标签: amazon-web-services
在部署websocket api网关时遇到以下错误:
A route target (typically an Integration) must be defined for route with key $disconnect
有人知道错误的原因吗?
答案 0 :(得分:0)
您需要在$ disconnect路由上添加一个侦听器。 这称为集成,可以在AWS控制台路由详细信息中进行设置。
一个简单的lambda可以捕获事件: