how to integration a websocket api gateway to my lightsail instance?

0

hey guys, This may be a very beginner question, but I really can't find the answer. I just hope the client can establish a WebSocket connection with my Lightsail instance through the API gateway. the AWS Q tell me should set the proxy_integration, but I can't find this option in the integration page. there only opts like"Lambda function" "HTTP" "AWS service", do I looked the wrong place? thank you

2回答
2
承認された回答

You should choose the HTTP integration, and when you do, you will be able to choose a Proxy integration that passes all information to the backend in an HTTP request. In your Lightsail server you will need to run an HTTP server that will listen to those HTTP requests. When your server will need to send a message to the client, it will need to make an API call to API Gateway's @connection end point.

profile pictureAWS
エキスパート
Uri
回答済み 4ヶ月前
profile pictureAWS
エキスパート
レビュー済み 4ヶ月前
  • Thank you for your response, I appreciate it. So does this mean that the websocket API gateway cannot directly connect to an instance via websocket, and the only option is to change the backend server to HTTP?

  • Correct. The websocket connection itself is terminated at the API Gateway, and it uses HTTP requests to communicate with the backend integrations. If you want a websocket to your backend, don't use API Gateway.

0

Hi,vegetabo,I don't know you whether know the "X-UI",maybe you can try this and easily to use socket

回答済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ