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
base64
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