Skip to content

Sparticuz/pdftk-aws-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDFtk

pdftk-java is a command-line tool for working with PDFs.

This project shows how to compile and deploy the pdftk binary as an AWS Lambda Layer, as well as a built version for the binaries ready to use.

AWS Lambda Layer

Lambda Layers is a new convenient way to manage common dependencies between different Lambda Functions.

The following command will create a well-structured layer of this package:

git clone https://github.com/Sparticuz/pdftk-aws-lambda.git
cd pdftk-aws-lambda
make

The resulting ZIP file pdftk-aws-lambda.zip can be uploaded to the AWS Lambda Layers console.

Build binary (TODO)

Usage

The Layer is independent from the Lambda Function Runtime, so it should be available for any of them.

About

AWS Lambda Layer with PDFtk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%