patbonecrusher / pdfkit-aws-lambda-api-gateway-proto

Sandbox to test Api gateway, lambda and pdfkit. Api gateway fires up a lambda function that generate a PDF file and returns it back to the rest caller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Lambda/Api Gateway PDF document generation sandbox

This is my sandbox demoing how to use lambda and API Gateway to generate a PDF document.

Sample on how to configure API gateway to return binary data.

Notes to clean

  • Lambda generate base64 code.
  • API Gateway converts the base64 back to binary.

About

Sandbox to test Api gateway, lambda and pdfkit. Api gateway fires up a lambda function that generate a PDF file and returns it back to the rest caller.


Languages

Language:JavaScript 100.0%