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
feita há 4 anos1643 visualizações
1 Resposta
1
Resposta aceita

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
ESPECIALISTA
Uri
respondido há 4 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas