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
I am trying to resize image using native image magick-cli. It is working fine in my mac. When I upload the zipped code to AWS lambda, it is failing with error module initialization error: Error at Object.Module._extensions..node (module.js:681:18) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at bindings (/var/task/node_modules/bindings/bindings.js:81:44) at Object.<anonymous> (/var/task/node_modules/magick-cli/lib/magick-cli.js:25:38) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10)
Does the node modules of mac binaries not sufficient for execution of lambda? How to install magick-cli on lambda.
The text was updated successfully, but these errors were encountered:
I am trying to resize image using native image magick-cli. It is working fine in my mac. When I upload the zipped code to AWS lambda, it is failing with error
module initialization error: Error at Object.Module._extensions..node (module.js:681:18) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at bindings (/var/task/node_modules/bindings/bindings.js:81:44) at Object.<anonymous> (/var/task/node_modules/magick-cli/lib/magick-cli.js:25:38) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10)
Does the node modules of mac binaries not sufficient for execution of lambda? How to install magick-cli on lambda.
The text was updated successfully, but these errors were encountered: