DEV Community

Discussion on: My pain with Serverless and AWS Lambda

Collapse
 
neverendingqs profile image
Mark Tse

Curious: have you tried redirecting any outputs from your code into /tmp? Lambda offers up to 512 MB of storage on /tmp: docs.aws.amazon.com/lambda/latest/...

Mounting an EFS might also be an option, although it would be much cheaper to stream directly to S3.