Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serverlesspub/rsvg-convert-aws-lambda-binary
Convert SVG images easily to PDF and PNG using AWS Lambda
https://github.com/serverlesspub/rsvg-convert-aws-lambda-binary
Last synced: 12 days ago
JSON representation
Convert SVG images easily to PDF and PNG using AWS Lambda
- Host: GitHub
- URL: https://github.com/serverlesspub/rsvg-convert-aws-lambda-binary
- Owner: serverlesspub
- License: other
- Created: 2016-10-27T09:29:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T20:44:37.000Z (10 months ago)
- Last Synced: 2024-03-23T18:02:05.147Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 32
- Watchers: 2
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README-SAR.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-layers - `serverlesspub/rsvg-convert-aws-lambda-binary` - convert](https://api.globadge.com/v1/badgen/aws/lambda/layer/latest-version/us-east-1/145266761615/rsvg-convert) | (Layers / Utilities)
README
# RSVG-Convert Lambda Layer for Amazon Linux 2 AMIs
Static build of rsvg-convert (LibRSVG) for Amazon Linux 2, packaged as a Lambda layer.
Bundles librsvg 2.26.3.This application provides a single output, `LayerVersion`, which points to a
Lambda Layer ARN you can use with Lambda runtimes based on Amazon Linux 2 (such
as the `nodejs10.x` runtime).The layer contains the system utility `/opt/bin/rsvg-convert`, which you can invoke directly
as a subprocess or from a shell.For an example of how to use the layer, check out
.