Skip to content

parsleysoftware/Lambda-PDF-Generator

 
 

Repository files navigation

README.md

This repository hosts the code and content for an article I wrote about creating a PDF generator with AWS Lambda and WKHTMLtoPDF.

How to get this running

  1. Have AWS Cli installed and configured (You must have access keys that can use Lambda and S3)
  2. cd project_root
  3. Change the name of config.sample.yml to config.yml
  4. Set the name of your S3 bucket in the config.yml
  5. serverless deploy

Serverless IAM access

Use minimum-serverless-permissions.json for serverless IAM user access

Integration

Just use generated endpoint from sls deploy command in your html 2 pdf conversion app

Links

Medium Dev.to My Blog

Copyright 06/23/2019. Richard Keller.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%