| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Click on Layers and choose "Add a layer", and "Provide a layer version ARN" and enter the following ARN.
arn:aws:lambda:<YOUR REGION>:764866452798:layer:ghostscript:<VERSION>
arn:aws:lambda:<YOUR REGION>:764866452798:layer:ghostscript-arm64:<VERSION>
Note: ARM64 provides better price-performance ratio for Lambda functions. Consider using ARM64 for new projects.
Works with the following AWS Lambda runtimes which run on Amazon Linux 2:
| Ghostscript | x86_64 VERSION | ARM64 VERSION | eu-west-3 x86_64 | eu-west-3 ARM64 |
|---|---|---|---|---|
| v10.06.0 | 18 | 1 | 19 | 1 |
| v10.04.0 | 17 | - | 18 | - |
| v10.02.0 | 15 | - | 16 | - |
| v10.0.0 | 13 | - | 14 | - |
| v9.56.1 | 12 | - | 13 | - |
| v9.55.0 | 9 | - | 10 | - |
| v9.52.0 | 8 | - | 9 | - |
| v9.50.0 | 6 | - | 7 | - |
| v9.20.0 | 1 | - | 1 | - |
You can find it at /opt/bin/gs (/opt is where Lambda unpacks layers).
You can run /opt/bin/gs --version to make sure Ghostscript is up and running.
MIT © Shelf
| Back | FazBrowse Home | New Git URL |