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回答
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
回答済み 3ヶ月前

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

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

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

関連するコンテンツ