Skip to content

Change AWS Lambda /tmp to mounted EFS volume #3116

@nishantjiit

Description

@nishantjiit

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions