AWS Lambda function, API gateway and ffmpeg timeout issue
I have created a lambda function, that is extracting the audio stream from a video file using ffmpeg. I have also configured API gateway as a trigger, where I am passing the file to the lambda function in the request…