Is it possible to use Socket.io with AWS Lambda?

后端 未结 8 1455
深忆病人
深忆病人 2021-01-30 01:31

Is it possible to build a function in AWS Lambda that creates a websocket and send data to subscribed applications?

Something like this:

John has the app SuperPh

8条回答
  •  伪装坚强ぢ
    2021-01-30 01:52

    You can't use Lambda to host a socketio server. But you can use lambda to emit events into an external socketio server

提交回复
热议问题