标签: amazon-web-services serverless-application-model
我正在尝试创建一个接受图像文件的lambda函数,对其进行一些处理,以将更新后的函数发送回去。文件大小约为2Mb。 我在sam local start-api中遇到的问题是它在async mode中称为lambda。在async mode中,最大有效负载大小为128Kb。我想知道如何配置sam local来调用sync mode中的lambda。
sam local start-api
async mode
128Kb
sam local
sync mode