我一直在尝试让节点gm在AWS Lambda上工作。
我在从lambda执行环境创建的EC2实例上安装了imagemagick和graphicmagick库。我将appPath从gm指向了这些库。
我仍然收到以下错误-
Error: Could not execute GraphicsMagick/ImageMagick: /var/task/graphicsmagick/bin/identify "-ping" "-format" "%wx%h" "./resultant-file.jpg" this most likely means the gm/convert binaries can't be found
任何人都可以为我推荐适合此类应用的文件夹结构,或者关于我要去哪里的任何指针吗?