I have a S3 bucket with a lot of .mp4 videos inside different folders, I wish to convert them to HLS using AWS media Convert.
I've created a lambda function which gives me list of all the .mp4 videos in that bucket, but that info is not enough for AWS media convert to run and media convert JOB.
What will be the best approach to handle such case? Converting all existing mp4 files in a s3 bucket using media convert.