Skip to content

Reference Implementation of a AWS lambda function to merge pdf files from s3.

License

Notifications You must be signed in to change notification settings

akuma1/aws-lambda-java-pdf-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-java-pdf-merge

Merge pdf files from S3 and store resulted pdf back to S3.

Please note:

  • This lambda function uses S3Event to get bucket name and input txt file name.

  • Input text file should contain path of pdf files, please see inputFileExample.txt file for reference.

  • Code uses same bucket for merged pdf.

  • You can define path of merged pdf file and s3 region in AppConfig.java file.

  • File name of merged pdf will be same as inputFile name, for example if input file is myFile.txt then merged pdf name will be myFile.pdf

About

Reference Implementation of a AWS lambda function to merge pdf files from s3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages