@@ -11,14 +11,15 @@ arn:aws:lambda:us-east-1:764866452798:layer:ghostscript:9
1111Works with the following [ AWS Lambda runtimes] ( https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html ) which
1212run on Amazon Linux 2:
1313
14- - nodejs14.x, nodejs12.x
15- - nodejs10.x
14+ - nodejs16.x, nodejs14.x, nodejs12.x, nodejs10.x
1615- python3.8
1716- java11
1817
1918## Version ARNs
2019
21- ### Ghostscript v9.55.0
20+ <details >
21+ <summary >Ghostscript v9.55.0
22+ </summary >
2223
2324| AWS Region | Layer ARN |
2425| -------------- | ---------------------------------------------------------------- |
@@ -38,8 +39,12 @@ run on Amazon Linux 2:
3839| ap-south-1 | ` arn:aws:lambda:ap-south-1:764866452798:layer:ghostscript:9 ` |
3940| ap-southeast-1 | ` arn:aws:lambda:ap-southeast-1:764866452798:layer:ghostscript:9 ` |
4041| ap-southeast-2 | ` arn:aws:lambda:ap-southeast-2:764866452798:layer:ghostscript:9 ` |
42+ </details >
4143
42- ### Ghostscript v9.52
44+
45+ <details >
46+ <summary >Ghostscript v9.52
47+ </summary >
4348
4449| AWS Region | Layer ARN |
4550| -------------- | ---------------------------------------------------------------- |
@@ -59,8 +64,12 @@ run on Amazon Linux 2:
5964| ap-south-1 | ` arn:aws:lambda:ap-south-1:764866452798:layer:ghostscript:8 ` |
6065| ap-southeast-1 | ` arn:aws:lambda:ap-southeast-1:764866452798:layer:ghostscript:8 ` |
6166| ap-southeast-2 | ` arn:aws:lambda:ap-southeast-2:764866452798:layer:ghostscript:8 ` |
67+ </details >
6268
63- ### Ghostscript v9.50
69+ <details >
70+ <summary >
71+ Ghostscript v9.50
72+ </summary >
6473
6574| AWS Region | Layer ARN |
6675| -------------- | ---------------------------------------------------------------- |
@@ -80,8 +89,12 @@ run on Amazon Linux 2:
8089| ap-south-1 | ` arn:aws:lambda:ap-south-1:764866452798:layer:ghostscript:6 ` |
8190| ap-southeast-1 | ` arn:aws:lambda:ap-southeast-1:764866452798:layer:ghostscript:6 ` |
8291| ap-southeast-2 | ` arn:aws:lambda:ap-southeast-2:764866452798:layer:ghostscript:6 ` |
92+ </details >
8393
84- ### Ghostscript v9.20
94+ <details >
95+ <summary >
96+ Ghostscript v9.20
97+ </summary >
8598
8699| AWS Region | Layer ARN |
87100| -------------- | ---------------------------------------------------------------- |
@@ -101,6 +114,7 @@ run on Amazon Linux 2:
101114| ap-south-1 | ` arn:aws:lambda:ap-south-1:764866452798:layer:ghostscript:1 ` |
102115| ap-southeast-1 | ` arn:aws:lambda:ap-southeast-1:764866452798:layer:ghostscript:1 ` |
103116| ap-southeast-2 | ` arn:aws:lambda:ap-southeast-2:764866452798:layer:ghostscript:1 ` |
117+ </details >
104118
105119## Where can I find the Ghostscript binary inside of Lambda after I attach the layer?
106120
0 commit comments