Recommendations for Amazon's API Gateway 10MB payload limit

1

My customer wants to migrate their APIs on Amazon API Gateway.

The challenge is that they have many downstream apps that post data to their APIs and there is a concern on the API Gateway 10MB payload limit.

We are looking for recommendations on how to work around the 10MB payload limit with minimal change if possible to the downstream applications.

1개 답변
2
수락된 답변

Since 10MB is a hard limit on payload size for Amazon API Gateway we would recommend to the customer to examine HTTP Posting large files to S3 Pre-signed URLs.

Uploading to S3 via a Pre-signed URL can be very similar to sending a POST request to API GW.

The customer can use API Gateway to return an S3 Pre-signed URL in its response and then the application can use that URL in order to upload the data to S3. https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html

AWS
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠