AWS lambda does not support installing linux binaries on the system, you would have to include the executables on your system. this would be easy for executables such as ffmpeg that already supply static executables.
How would this work for node binary addons that are compiled to using node-gyp
? Would simply including the build/
directory from a linux environment work?
Has anyone figured this out yet?