dwyl/learn-aws-lambda

Investigate possibility of using Web Sockets with SNS and Api Gateway

Open

#22 ouverte le 26 janv. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (206 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 037 stars)
Métriques de merge PR
 (Merge moyen 16m) (1 PR mergée en 30 j)

Description

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.

Guide contributeur