imagemagick-aws-lambda-2
imagemagick-aws-lambda-2 copied to clipboard
ImageMagick for AWS Lambda 2 runtimes
Hi, No matter what I permissions I add, I always seem to get accessdenied. It has to do with the layer as when I remove the layer the accessdenied error...
We are trying to use this layer for our lambda function which is running on graviton processors with arm64 architecture. We are getting an error: ``` 2022-03-23T16:18:46.638+05:30CopyI, [2022-03-23T10:48:46.638215 #11] INFO...
Adds libheif to the build process
Using this layer with a GM wrapper: const GM = require('gm'); const gm = GM.subClass({ imageMagick: true }); exports.osdStamp = async (buf) => { return new Promise((resolve, reject) => {...
I've added the layer using the link ServerlessPub link and clicked deploy which added a layer named image-magick I then attached the layer to my lambda. In my lambda I...
I have integrated this layer to my Lambda to use ImageMagick's convert function (TIF or JPG to PNG) and resize functions. JPG works fine, but TIF is giving the following...
Add --profile support: * xml lib * cms2 lib
This issue indicates that nodejs 12 is compatible: #21 If you click on deploy in the [serverless app repository page](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:145266761615:applications~image-magick-lambda-layer) and open up >Template the template tells me only NodeJS...
I have built and deployed this with ruby2.7 runtime. It's working so far.