Trying to use a single Amazon API Gateway endpoint to accept both HTTP and websocket requests

0

My understanding is that a websocket connection is negotiated with an upgrade request on top of an HTTP API. Can an Amazon API Gateway websocket endpoint also serve HTTP requests (which don't require the client to upgrade)? I'm trying to use a single vanity URL (such as api.foo.com instead of ws.foo.com and api.foo.com).

AWS
Aaron_C
已提问 4 年前1642 查看次数
1 回答
1
已接受的回答

It's not possible to combine REST (HTTP) APIs with WebSocket APIs into a single vanity URL. It's also not possible to mix both types of requests using the same custom domain name.

profile pictureAWS
专家
Uri
已回答 4 年前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则