Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeylabs/aws-lambda-poppler-layer
AWS Lambda Poppler Layer
https://github.com/jeylabs/aws-lambda-poppler-layer
aws aws-lambda aws-lambda-poppler poppler
Last synced: 9 days ago
JSON representation
AWS Lambda Poppler Layer
- Host: GitHub
- URL: https://github.com/jeylabs/aws-lambda-poppler-layer
- Owner: jeylabs
- Created: 2019-10-15T22:41:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T11:22:42.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:14:26.438Z (3 months ago)
- Topics: aws, aws-lambda, aws-lambda-poppler, poppler
- Language: Dockerfile
- Size: 706 KB
- Stars: 51
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-layers - `jeylabs/aws-lambda-poppler-layer`
README
## Build Poppler for Amazon Lambda as a layer
Poppler binaries for AWS Lambda![Release](https://github.com/jeylabs/aws-lambda-poppler-layer/workflows/Release/badge.svg)
## Getting Started
Download `poppler.zip` file from [releases](https://github.com/jeylabs/aws-lambda-poppler-layer/releases) and create / update your custom layer in AWS. You can add this layer to any Lambda function you want – no matter what runtime.## Fonts
[Stix](https://github.com/stipub/stixfonts/tree/master/OTF) fonts added as fallback fonts. you can place your custom fonts in `/tmp/fonts` directory in runtime.## Install
Clone this repository and run `make distribution`## See Also
- `Node.js` environment - [aws-lambda-poppler](https://github.com/jeylabs/aws-lambda-poppler)