dwyl/learn-aws-lambda
Auf GitHub ansehenInvestigate possibility of using Web Sockets with SNS and Api Gateway
Open
#22 geöffnet am 26. Jan. 2016
enhancementhelp wanted
Repository-Metriken
- Stars
- (1.037 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 16m) (1 gemergte PR in 30 T)
Beschreibung
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.