Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.61 KB

File metadata and controls

45 lines (23 loc) · 1.61 KB

Egghead Course Logo

Egghead Course: From Function to Endpoint

These are the code samples for my Egghead.io course Transform Local JavaScript Functions into Serverless API Endpoints.


Create a Mock API Endpoint Using Faker and Serverless

In this example, we are going to create a mock API using Faker and then deploy it using the Serverless Framework.

The Video Lesson

The Code


Trigger a Custom Webhook with a Serverless Function

In this example, we are going to trigger a custom Zapier webhook to log a message from a command line and save it to a Google sheet.

The Video Lesson

The Code


Scrape a Webpage with a Serverless Function

In this example, we are going to use Cheerio to scrape and parse the NCAA website and return college football rankings.

The Video Lesson

The Code


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

In this example, we are going to generate a PDF from a Lambda function and then store it in an S3 bucket.

The Video Lesson

The Code