Course lesson

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

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

Duration
12 min
Access
Included
Transcript
Retained from source evidence

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.