You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The ffmpeg layer is currently limited to the following runtimes:
It is therefore not possible to use it with other runtimes like
dotnetcore*
orpython3.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.The text was updated successfully, but these errors were encountered: