Websockets on apprunner

0

I have a service running on app runner, and we are trying to connect to an external web socket connection, for example, wss://dockets.google.com we get can see it is not connecting. Does app runner connect to a WebSocket connection?

preguntada hace un año1495 visualizaciones
1 Respuesta
0

Currently AppRunner is for standard HTTPS based apps.
https://docs.aws.amazon.com/apprunner/latest/dg/develop.html

I would consider API Gateway and Lambda: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html

You could also configure ALB to support the pattern which can work with ECS. https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html

profile pictureAWS
Roly
respondido hace un año
  • Hey, I am not sure you understood my question; my app is HTTPS based, but we use an external service like pusher, this is not incoming traffic but an outgoing request to an external service. isn't that supposed to work?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas