Skip to content

Commit 0021534

Browse files
authored
Update README.md
1 parent 210839f commit 0021534

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ImageMagick for AWS Lambda (v7.1.1-8)
1+
# ImageMagick for AWS Lambda (v7.1.1-21)
22

33
Github Actions based process to compile ImageMagick utilities for AWS Lambda x86_64 instances powered by Amazon Linux 2.x, for the `python3.7`, `python3.8`, `python3.9`, `nodejs12.x`, `nodejs14.x`, `nodejs16.x` and the `nodejs18.x` lambda runtime.
44

55
## Description for AWS Serverless Application Repository
66

7-
Static build of ImageMagick 7.1.1-8 for Amazon Linux 2 (`x86_64`), packaged as a Lambda layer. Bundles ImageMagick including magick, convert, mogrify and identify tools (_note: most of the imagemagick tooling is simply symbolic linked back to magick_). Supports webp, jpeg, gif, png, tiff and webm formats (_all included libraries current as of 2023-05-09_).
7+
Static build of ImageMagick 7.1.1-21 for Amazon Linux (from the AWS SAM team), packaged as a Lambda layer. Bundles ImageMagick including magick, convert, mogrify and identify tools (_note: most of the imagemagick tooling is simply symbolic linked back to magick_). Supports webp, jpeg, gif, png, tiff and webm formats (_all included libraries current as of 2023-05-09_).
88

99
## Library Versions included in the layer
1010

@@ -40,10 +40,10 @@ These libraries are currently bundled:
4040
Run the following commands to deploy the Github compiled result as a layer in your AWS account.
4141

4242
```
43-
wget https://github.com/cbschuld/imagemagick-aws-lambda-layer/releases/download/7.1.1-8/imagemagick-layer.zip
43+
wget https://github.com/cbschuld/imagemagick-aws-lambda-layer/releases/download/7.1.1-21/imagemagick-layer.zip
4444
aws lambda publish-layer-version \
45-
--layer-name imagemagick-v7-1-1_8 \
46-
--description "ImageMagick v7.1.1-8" \
45+
--layer-name imagemagick-v7-1-1_21 \
46+
--description "ImageMagick v7.1.1-21" \
4747
--compatible-runtimes nodejs16.x nodejs18.x \
4848
--compatible-architectures x86_64 \
4949
--zip-file fileb://imagemagick-layer.zip

0 commit comments

Comments
 (0)