Build and publish an AWS Lambda Layer which provides gs command.
- Docker
- Linux
- Node
The layer called ghostscript-aws-lambda-layer will be published with Serverless Framewok.
npm install
npm run release
# release option
npm run release -- --stage dev --region ap-southeast-1If you attach the layer to a lambda function, gs command will be installed under /opt/bin.
/opt/bin/gs --versionGhostscript is licensed under AGPL, and so is this project.