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
You can't use Lambda to host a socketio server. But you can use lambda to emit events into an external socketio server