Why minimize your deployment package size to its runtime necessities - AWS Lambda

0 votes
I'm very new to AWS and somewhere I read its a good practice to minimize your deployment package size to its runtime necessities. I would like to know the reason behind it. Thank you.
May 20, 2019 in AWS by Tanishq
686 views

1 answer to this question.

0 votes

Hey @tanishq, doing this will reduce the amount of time that it takes for your deployment package to be downloaded and unpacked ahead of invocation. For functions authored in Java or .NET Core, avoid uploading the entire AWS SDK library as part of your deployment package. Instead, selectively depend on the modules which pick up components of the SDK you need

answered May 20, 2019 by Adil

Related Questions In AWS

+3 votes
3 answers
+2 votes
3 answers
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Why to separate the Lambda handler from the core logic?

Separating the Lambda handler (entry point) from the core ...READ MORE

answered May 20, 2019 in AWS by Tushar
1,823 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP