Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

AWS Lambda Instances use Same or Different /temp Storage?

Parallel invocations of a lambda function results multiple lambda instances. Does this mean that each instance has its own ./temp storage? For example, if we have 10 instances of a lambda function, then AWS dedicates 10 * 512mb to the lambda function? Or just one unique ./temp storage will be shared among all instances?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Different concurrent instances will have different /tmp. However, for consecutive invocations, lambda may reuse previous /tmp as part of AWS Lambda execution environment.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading