dwyl/learn-aws-lambda

Investigate possibility of using Web Sockets with SNS and Api Gateway

Open

#22 创建于 2016年1月26日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (206 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (1,037 star)
PR 合并指标
 (平均合并 16分钟) (30 天内合并 1 个 PR)

描述

A quick google search seems to suggest that this is not possible at the moment

https://forums.aws.amazon.com/thread.jspa?threadID=205761

Re: Possible to use API Gateway for Websocket-based connections? The lambda function has to stay active as long as the client is connected, which you don't want as you pay per 100 ms.

贡献者指南