When I try to convert SVG to TIFF with my Nodejs Application deployed on AWS LAMBDA, for the big files it gives me error vips_write: write failed, no space left on device. This is because the size of AWS Lambda /tmp is 512 MB and cannot be increased.
If I mount an EFS volume to my AWS Lambda function then is it possible to tell sharp to use mounted EFS volume instead of /tmp?