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年前

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

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

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

関連するコンテンツ