Request payload limit with AWS API Gateway

后端 未结 2 497
心在旅途
心在旅途 2020-12-16 13:44

What is the request-payload limit with AWS API-Gateway?

I need to send a JSON payload with base64 encoded files and some other parameters to API Gatewa

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 13:55

    The API Gateway has a request size limit of 10MB.

    Amazon API Gateway Limits, Pricing and Known Issues

    The more important limit in your scenario is the lambda size limit which is only 6 MB.

    AWS Lambda Limits

提交回复
热议问题