Does AWS API Gateway support http chunk (transfer-encoding) ?

0

Hello, I'm using aws api gateway and exposing some apis to public. On now, I have to expose my backend service to send/receive some big data. I'm trying to use http chunk (transfer-encoding : chunk) , but I'm not sure that aws api gateway support chunk header and chunk data in case of request/response both.

Can I use http chunk? If not, is there any way to export such api? At now, what comes to mind is using WebSocket API.

1 Resposta
0

AWS API Gateway does have some limitations when it comes to handling HTTP chunked transfer encoding and you can use the webapi as mention in below Create a new API by selecting the WebSocket protocol. Define the route selection expression

profile picture
Jagan
respondido há 3 meses

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