Sunday 28 May 2017

Use AWS lambda to upload video into S3 with download URL

I want to upload video into S3 using AWS lambda function. This video is not available in my local computer. I have 'download URL'. I don't want to download it into my local computer and upload it into S3. I am looking for a solution to directly put this video file into S3 using lambda function. If I use buffer or streaming, I will consume lots of memory. Is there a better efficient solution for this?

I really appreciate your help.



via Dasu

No comments:

Post a Comment