https://github.com/TOKIUM/poppler-aws-lambda-layer
Poppler on AWS Lambda
https://github.com/TOKIUM/poppler-aws-lambda-layer
aws-lambda poppler serverless
Last synced: 12 months ago
JSON representation
Poppler on AWS Lambda
- Host: GitHub
- URL: https://github.com/TOKIUM/poppler-aws-lambda-layer
- Owner: TOKIUM
- License: gpl-2.0
- Created: 2020-11-13T08:19:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:08:45.000Z (about 3 years ago)
- Last Synced: 2024-11-05T10:45:16.696Z (over 1 year ago)
- Topics: aws-lambda, poppler, serverless
- Language: Dockerfile
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poppler AWS Lambda Layer
Build and publish an AWS Lambda Layer which provides poppler's command line tools.
## Requirements
- Docker
- Linux
- Node
## Release
A layer called `poppler-aws-lambda-layer` will be published with [Serverless Framewok](https://www.serverless.com/).
```sh
npm install
npm run release
# release option
npm run release -- --stage dev --region ap-southeast-1
```
## Usage
If you attach the layer to a lambda function, command line tools will be installed under `/opt/bin`.
```sh
/opt/bin/pdfinfo -v
```
## License
Poppler is licensed under GPL-2.0-or-later, and so is this project.