How can I minimize the weight of my lambda functions?
问题 I am trying to build a microservice API using AWS (lambda + s3 + apiGateway) and I have noticed that all my lambdas have the same weight, so it seems like I am uploading the full project to every lambda instead of the needed resources. Is there any way to upload just the resources I need for each function? Will this minimize the execution time? Is it worth to do it? 回答1: Going to answer this in 2 parts: (1) The obligatory "Why do you care?" I ask this because I was really concerned too. But