Increase invoke Response payload size in AWS Lambda to 15 mb

北慕城南 提交于 2019-12-22 06:59:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!