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 Answer
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
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions