dwyl/learn-aws-lambda
Investigate possibility of using Web Sockets with SNS and Api Gateway
開放
#22 建立於 2016年1月26日
enhancementhelp wanted
倉庫指標
- 星標
- (1,037 顆星)
- 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.