ImageMagick not converting pdfs anymore in AWS Lambda

后端 未结 4 1444
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 15:41

I\'ve had a AWS Lambda function running on S3 objects for the last 18 months and it died around a month ago after a minor update. I\'ve reverted it but it\'s still broken. I\'ve

4条回答
  •  后悔当初
    2021-02-07 16:08

    You can add a Layer to your lambda function to make it work again until the 22/07/2019. The ARN of the Layer that you need to add is the following : arn:aws:lambda:::awslayer:AmazonLinux1703

    The procedure is described at upcoming-updates-to-the-aws-lambda-execution-environment

    Any long term solution would be wonderful.

提交回复
热议问题