Closed pickupboyd closed 3 years ago
There are 2 problems here:
The format of the JSON in newjob.json should be the value of the "Settings" attribute from the MediaConvert full Job JSON. I removed the "Settings" key (see attachment) and the error you reported above is gone. newjob1.txt
MediaConvert JSON:
{
"Settings": <value of "Settings">
...
}
Input JSON for this workflow:
<value of "Settings">
Thank you so much. After going through your notes and the JSON, I see what you are talking about. Thank you for helping me understand the Settings issues that might be going on as well. It does seem to work.
Thank you so much.
Hi All,
I am following the tutorial, but instead of using the original jobs.json (which works fine), I am trying to adjust this to a new preset. I have been experimenting with the json but continue to get errors.
Process I use the original jobs.json (attached) and I run a test in Lambda and it works fine (receive a 200). However, I create a new json with a new preset (attached as newjob.json) and I am receiving an error below.
My main question is if I create a job/preset in MediaConvert, what do I need to do to make it work for my Lambda function? I thought I just needed to adjust the "inputs" and "Outputs" groups properly. Thank you for your help. json.zip