Generate a PDF From a Lambda Function and Store It on AWS S3

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

In this lesson you will learn how to configure your Serverless function to store a PDF on AWS S3.

You will learn how to set up your serverless.yml config with an environment, and IAM role options you need to put objects into an S3 Bucket.

And in addition to the AWS stuff, you will learn how to programmatically create PDFs using the pdfkit package and functional programming patterns.