illustration for Transform Local Functions Into Endpoints With Serverless
pro

Transform Local Functions Into Endpoints With Serverless

Instructor

Lukas Ruebbelke

1h 19m closed-captioning
·
9 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.9
31
people completed
Published 4 years ago
|
Updated 4 years ago

Front-end web architecture has made exciting advances in recent years. But before we get to that we need to have a discussion on what has led us to this point and the driving principles behind it.

Since JQuery, we've progressively been decoupling our logic from the DOM. After JQuery, frameworks like Angular were able to abstract that logic into controllers and services. Then Redux came along and brought a simplified that let us reorganize our logic into more cohesive units.

We should be taking advantage of improved decoupling in the modern web. If you can write a function you can write an endpoint. And if you understand frontend architecture principles, then you already understand cloud architecture principles.

In this course, you will learn how to decouple JavaScript functions from the environment they live in. By using the Serverless framework and AWS, you will see how straightforward it is to create an endpoint.

So check out this course and start lifting your functions into the cloud today!

What you'll learn:

  • Generate Lambda functions with the Serverless framework
  • Use Webhooks to integrate serverless functions with external services
  • Integrate other AWS services into your Serverless functions
  • Create Lambda step functions using the AWS console
  • Generate PDFs, create mock APIs, and scrape webpages!

Course Content

1h 19m • 9 lessons

    You might also like these resources:

    illustration for Cloud Infrastructure Fundamentals with AWS
    Sam Julien・1h 14m・Course

    A boat tour on a river of knowledge, linearly guiding you through the core of AWS.

    illustration for Build a Serverless API with Cloudflare Workers
    Kristian Freeman • 47m • Course

    You will learn how to build and deploy a Serverless API with Cloudflare Workers. Enabling you to effectively manage a highly available backend for your projects.

    illustration for Develop a Serverless Backend using Node.js on AWS Lambda
    Nik Graf ・15m ・Course

    The core of serverless architectures is auto-scaling systems. We walk through the basics of how to create a serverless API. We start off by creating a simple HTTP endpoint.