No, you cannot use binary node modules.There are a couple reasons why this won't work.- The node module needs to be compiled for the target hardware, Runtime (and all serverless FaaS do not support JIT compilation)- anything you save to your database would be lost every time your image is discarded,...