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?

gefragt vor einem Jahr1495 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr
  • 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?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen