jrdeuf / Lambda-PDF-Generator

Generate PDF file with AWS Lambda and save them to S3

Home Page:https://blog.richardkeller.net/building-a-pdf-generator-on-aws-lambda-with-python3-and-wkhtmltopdf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Links

Medium Dev.to My Blog

Copyright 06/23/2019. Richard Keller.

About

Generate PDF file with AWS Lambda and save them to S3

https://blog.richardkeller.net/building-a-pdf-generator-on-aws-lambda-with-python3-and-wkhtmltopdf/


Languages

Language:Python 100.0%