Recommendations on running with AWS Lambda? #1687
-
Have you seen Flask-Socketio running in a Lambda environment yet with API Gateway? Do you have any best practices around how you would approach it? In API Gateway, the connections are "held" outside of the lambda which only fires to process the event. Given this, a message queue to route emits to the correct worker no longer makes sense. The entire model seems to change a lot. I'd love to hear your take on how we might approach this, or if you've seen anyone utilize API Gateway with Flask-Socketio or Socketio in general so far. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have not done this myself, or seen anyone else do it, sorry. It might be possible with the WebSocket support in API Gateway, but it needs some research. |
Beta Was this translation helpful? Give feedback.
I have not done this myself, or seen anyone else do it, sorry. It might be possible with the WebSocket support in API Gateway, but it needs some research.