Relative Content

Tag Archive for rubyamazon-web-servicesaws-lambda

Unable to write files to AWS Lambda Ruby tmp directory

I’ve had a Ruby 3.3 AWS Lambda function recently stop working sometime in the last couple of weeks. It seems that the function can no longer write to the tmp directory if the file size been added is above something like 10-40KB. The lambda function has Ephemeral storage set to 512MB so this doesn’t seem to be an issue.