Skip to content

Commit 092098a

Browse files
authored
Update README.md for version 10.02.1
1 parent 299bbc1 commit 092098a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Ghostscript Layer for AWS Lambda (v10.01.1)
1+
# Ghostscript Layer for AWS Lambda (v10.02.1)
22

33
Scripts to compile Ghostscript (gs) for AWS Lambda instances powered by Amazon Linux 2.x, for the `python3.7`, `python3.8`, `python3.9`, `python3.10`, `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 Ghostscript 10.01.1 for Amazon Linux 2, packaged as a Lambda layer. Also provides PDF files conversion support using ImageMagick (requires an [ImageMagick layer](https://github.com/cbschuld/imagemagick-aws-lambda-layer)).
7+
Static build of Ghostscript 10.02.1 for Amazon Linux (via the AWS SAM team), packaged as a Lambda layer. Also provides PDF files conversion support using ImageMagick (requires an [ImageMagick layer](https://github.com/cbschuld/imagemagick-aws-lambda-layer)).
88

99
## Prerequisites
1010

@@ -18,10 +18,10 @@ If you want to build this environment yourself, you will need:
1818
Run the following commands to deploy the Github compiled result as a layer in your AWS account.
1919

2020
```
21-
wget https://github.com/cbschuld/ghostscript-aws-lambda-layer/releases/download/10.01.1/ghostscript-layer.zip
21+
wget https://github.com/cbschuld/ghostscript-aws-lambda-layer/releases/download/10.02.1/ghostscript-layer.zip
2222
aws lambda publish-layer-version \
23-
--layer-name ghostscript-v10-01-1 \
24-
--description "Ghostscript 10.01.1" \
23+
--layer-name ghostscript-v10-02-1 \
24+
--description "Ghostscript 10.02.1" \
2525
--compatible-runtimes python3.7 python3.8 python3.9 python3.10 nodejs14.x nodejs16.x nodejs18.x \
2626
--compatible-architectures x86_64 \
2727
--zip-file fileb://ghostscript-layer.zip

0 commit comments

Comments
 (0)