Relative Content

Tag Archive for node.jsaws-lambdaffprobe

Why is Node.js 20.x runtime in AWS Lambda not working with ffprobe?

I am trying to upgrade my lambda function from Node.js 16.x to 20.x. I am using ffprobe 6.1 in a lambda layer. The function returns the starting time code of a .ts video file. The function runs perfectly with Node.js 16.x and 18.x. I can also run the function on my laptop using node 20.12.2, and it works as expected.