I\'m seeing the below error from my lambda function when I drop a file.csv into an S3 bucket. The file is not large and I even added a 60 second sleep prior to opening the f
Only /tmp seems to be writable in AWS Lambda.
/tmp
Therefore this would work:
filepath = '/tmp/' + key