We are developing a video streaming platform
We need to convert video files uploaded by the user which is in cloud storage
We decided to use AWS Lamda for that purpose .
But later we find out lambda can't process file above 512 MB since the allocated /TMP folder max size is 512 MB
Our video files in S3 bucket is above 1 GB
So we need to find out other FaaS who provide /TMP space atleast 2 GB ?
So please suggest a faas provider who give atleast 2 GB
Note : if there is none , please suggest me a alternative way