问题
As per current implementation by AWS, the response payload size returned by a Lambda function cannot exceed 6 mb
. Is there a provision for increasing this limit to 15 mb
by requesting a "Service Limit Increase". Also, what are the additional charges, if any that would be charged?
Thanks in advance!
回答1:
no.
But you can upload the result to S3 and return the s3 bucket name + key so the caller of the Lambda can download the result from S3 which can handle files of that size without any issues.
来源:https://stackoverflow.com/questions/40989800/increase-invoke-response-payload-size-in-aws-lambda-to-15-mb