ffmpeg-aws-lambda-layer icon indicating copy to clipboard operation
ffmpeg-aws-lambda-layer copied to clipboard

Support more runtimes

Open mabead opened this issue 5 years ago • 3 comments

The ffmpeg layer is currently limited to the following runtimes:

  • nodejs10.x
  • python3.6
  • ruby2.5
  • java8
  • go1.x

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.

mabead avatar Oct 07 '20 15:10 mabead

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

ShantanuNair avatar Sep 27 '21 08:09 ShantanuNair

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

kishoredr avatar Jan 24 '24 13:01 kishoredr