I followed this below guide which worked perfectly apart from having to update the stack to use node 12 instead of 8.
It takes an uploaded video file from an S3 bucket and runs it through the AWS media converter and outputs HLS video files for on-demand videos.
Issue: The lambda function converts the file into 6 different bitrates, I only want 3. So I went into the lambda function and edited the config file so there are only 3 presets not 6.
Yet when I encode more videos it is always producing all 6 presets.
It's as if the lambda file is not saving, or more likely I'm not understanding how the whole process works.
How do I get this to only encode 3 HLS bitrates?