Skip to content

programmingmonkeys/egghead-function-to-endpoint

 
 

Repository files navigation

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

About

Code samples for my Function to Endpoint course on Egghead.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%