ENOSPC error on AWS Lambda
问题 Sorry for this loaded question. I. TL;DR: The /tmp directory on AWS Lambda keeps filling up when it shouldn't and gives me ENOSPC error on subsequent request. II. The TL version: I have a microservice built with Node JS (0.10x) on AWS Lambda that does 2 things: Given a list of urls, it goes to relevant sources (S3, Cloudfront, thumbor, etc.) and download the physical files into the /tmp directory After downloading all of these files, it will compress them into a tar ball and upload to S3.