Design patterns for API Gateway when requests are larger than 10MB?

0

Hi all, I'm looking for some guidance when working with API Gateway. How do others work around the 10MB payload size?

I'm looking for best practice designs or how others have dealt with this problem.

Thank you.

1 個回答
1
已接受的答案

The recommendation is usually to use pre-signed URLs in S3, i.e., save the file in S3, generate a presigned URL and return the link (for downloading large payloads). For uploading, send a URL to the client that will use it to upload the file.

profile pictureAWS
專家
Uri
已回答 1 個月前
profile pictureAWS
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南