i'm trying to run browserforge on aws lambda and receiving this error
Error downloading input-network.zip: [Errno 30] Read-only file system: '/var/task/browserforge/headers/data/input-network.zip'
How can I change the default download directory? and set it to tmp/ since it's the only folder where I can write files on AWS Lambda:
https://stackoverflow.com/questions/39383465/error-read-only-file-system-in-aws-lambda-when-downloading-a-file-from-s3