serverlesspub / ffmpeg-aws-lambda-layer

FFmpeg/FFprobe AWS Lambda layer
Other
402 stars 106 forks source link

Support more runtimes #15

Open mabead opened 4 years ago

mabead commented 4 years ago

The ffmpeg layer is currently limited to the following runtimes:

It is therefore not possible to use it with other runtimes like dotnetcore* or python3.8. Would it be possible to include more runtimes or remove the runtimes limitation? Since the binaries included in the layer are self contained, I guess that it could run in any runtime.

ShantanuNair commented 3 years ago

This is more of an issue now that Node v10 isn't on the runtimes list when you try to create a new fn. Will maybe create a PR for this sometime

kishoredr commented 10 months ago

I would like to upgrade to the most recent Node.js runtime version, specifically version 20.X. How can I go about updating to this version?

it will support for nodejs20.x

dohomi commented 5 months ago

I am interested as well, a more recent version of nodejs would be great