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?

已提问 1 年前1498 查看次数
1 回答
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
已回答 1 年前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则