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?

demandé il y a un an1498 vues
1 réponse
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
répondu il y a un an
  • 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?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions