你好,请问lambda为啥会报这个错呢,connectionid在哪里定义呢。谢谢
【原】使用AWS API Gateway WebSockets和Lambda构建实时聊天应用程序关键词:AWS API Gateway WebSockets Example 需求背景 基于AWS APIGateway的微服务架构下,需要实现 “服务器端到客户端” 的...
你好,请问lambda为啥会报这个错呢,connectionid在哪里定义呢。谢谢
【原】使用AWS API Gateway WebSockets和Lambda构建实时聊天应用程序关键词:AWS API Gateway WebSockets Example 需求背景 基于AWS APIGateway的微服务架构下,需要实现 “服务器端到客户端” 的...
Response:
{
"errorType": "TypeError",
"errorMessage": "Cannot read property 'connectionId' of undefined",
"trace": [
"TypeError: Cannot read property 'connectionId' of undefined",
" at Runtime.exports.handler (/var/task/index.js:5:47)",
" at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"
]
}
Request ID:
"0d304ad8-312c-4f0b-a1aa-c71fe3abe21f"
【原】使用AWS API Gateway WebSockets和Lambda构建实时聊天应用程序关键词:AWS API Gateway WebSockets Example 需求背景 基于AWS APIGateway的微服务架构下,需要实现 “服务器端到客户端” 的...