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?

feita há um ano1498 visualizações
1 Resposta
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 há um ano
  • 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?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas