Graphicsmagick not working in Elastic Beanstalk with nodejs and S3
I'm using nodejs and graphicsmagick to process images with text, then streaming the final jpg to S3. Using postman, I was able to test this flow on my localhost and everything works fine. However, I'm having issues now that I moved it to Elastic Beanstalk. When I post to the endpoint, it uploads a blank file to S3 and there are no errors logged in EB. I think it has something to do with the software but am a bit stuck. Any advice appreciated! Thanks! Top file is from localhost, bottom file is from Elastic Beanstalk: http://cl.ly/image/0O231k171N0W var gm = require('gm'); var appRoot = require(