Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)