Skip to content

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 Answer
1
Accepted Answer

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.

AWS
EXPERT
answered a year ago
AWS
EXPERT
reviewed a year 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.