4

Using Amplify, I have API Gateway and Lambda set up. API Gateway has published payload limit of 10MB, Lambda has published payload limit of 6MB. My request, consisting of a FormData and other metadata, comes out to be a little over 3MB.

I am using express and http-proxy-middleware to route my requests.

jcharch
  • 150
  • 16
  • Did you ever find a reason for this? I'm having similar issues and would be keen to have any insight. – kaskelotti Jun 05 '19 at 07:32
  • 1
    @kaskelotti No, I didn't. I just ended up using the workaround described in https://stackoverflow.com/questions/40899319/aws-large-file-upload-api-gateway-lambda-best-practices – jcharch Jun 05 '19 at 14:19

0 Answers0