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.