HOME > Development > Serverless Framework Bootcamp- Node.js, AWS Microservices

Serverless Framework Bootcamp- Node.js, AWS Microservices

  • Development
  • Mar 12, 2025
SynopsisServerless Framework Bootcamp: Node.js, AWS & Microservic...
Serverless Framework Bootcamp- Node.js, AWS Microservices  No.1

Serverless Framework Bootcamp: Node.js, AWS & Microservices, available at $69.99, has an average rating of 4.41, with 78 lectures, based on 2932 reviews, and has 65906 subscribers.

You will learn about Becoming familiar with Serverless Framework Microservices Architecture Authentication and Authorization in Microservices Hands-on experience with Amazon Web Services Developing applications that can effortlessly handle an extreme scale Software Development with NodeJS REST API Development Data Persistence (DynamoDB) Microservices loose communication using Message Queues (SQS) This course is ideal for individuals who are Developers who want to learn more about Serverless Architecture and Serverless Framework or Developers who want to learn how to work with the Amazon Web Services (AWS) cloud or Developers who want to develop a real-world, reliable and scalable, application from zero to production or Intermediate JavaScript developers who want to dive into back-end development or Developers who want to learn best-practices when developing Lambda functions It is particularly useful for Developers who want to learn more about Serverless Architecture and Serverless Framework or Developers who want to learn how to work with the Amazon Web Services (AWS) cloud or Developers who want to develop a real-world, reliable and scalable, application from zero to production or Intermediate JavaScript developers who want to dive into back-end development or Developers who want to learn best-practices when developing Lambda functions.

Enroll now: Serverless Framework Bootcamp: Node.js, AWS & Microservices

Summary

Title: Serverless Framework Bootcamp: Node.js, AWS & Microservices

Price: $69.99

Average Rating: 4.41

Number of Lectures: 78

Number of Published Lectures: 78

Number of Curriculum Items: 78

Number of Published Curriculum Objects: 78

Original Price: $22.99

Quality Status: approved

Status: Live

What You Will Learn

  • Becoming familiar with Serverless Framework
  • Microservices Architecture
  • Authentication and Authorization in Microservices
  • Hands-on experience with Amazon Web Services
  • Developing applications that can effortlessly handle an extreme scale
  • Software Development with NodeJS
  • REST API Development
  • Data Persistence (DynamoDB)
  • Microservices loose communication using Message Queues (SQS)
  • Who Should Attend

  • Developers who want to learn more about Serverless Architecture and Serverless Framework
  • Developers who want to learn how to work with the Amazon Web Services (AWS) cloud
  • Developers who want to develop a real-world, reliable and scalable, application from zero to production
  • Intermediate JavaScript developers who want to dive into back-end development
  • Developers who want to learn best-practices when developing Lambda functions
  • Target Audiences

  • Developers who want to learn more about Serverless Architecture and Serverless Framework
  • Developers who want to learn how to work with the Amazon Web Services (AWS) cloud
  • Developers who want to develop a real-world, reliable and scalable, application from zero to production
  • Intermediate JavaScript developers who want to dive into back-end development
  • Developers who want to learn best-practices when developing Lambda functions
  • Ever felt like you would like to build a back-end application that can handle millions of users, but you were terrified by the idea of managing (or learning how to manage) the infrastructure behind it?

    Ever felt like you would like to focus on delivering valuable features, rather than making sure your services are up and running?

    Ever felt like you are paying more than you should be?

    Good news!

    Serverless Architecture takes the pain of site reliability off your shoulders. With Serverless Architecture, you and your team can focus on feature development. Your application will scale effortlessly, serving users reliably. You do not need to be an infrastructure expert to serve an application at scale. With Serverless, you only pay for what you use.

    Serverless Framework revolutionizes the way we develop Serverless applications, by providing a developer-friendly API that supports dozens of cloud providers including Amazon Web Services, Google Cloud Platform, Microsoft Azure, and more.

    More than that, Serverless Framework intelligently helps you manage your infrastructure as code (IaC), which eliminates the chance of paying for services that are not in use.

    With an active community and a rich ecosystem of plugins, you can get things done at lightspeed and without boilerplate code.

    Serverless Framework is language-agnostic, which means you can use the language and runtime of your choice (Node.js, Ruby, Python, Go, C#, Java, etc).

    With over 450,000 downloads per week and x5 growth over the past two years, demand for Serverless experts is on the rise. It is one of the most in-demand skills in the market.

    ___

    In this course, you will learn how to develop reliable and scalable Serverless applications, following the microservices architecture. This course will be 100% hands-on, and you will be developing a real-world application;

  • REST API and CRUD endpoints (AWS Lambda, API Gateway)

  • Data persistence (AWS DynamoDB)

  • Message Queues for cross-service communication (AWS SQS)

  • Scheduled event triggers (AWS EventBridge)

  • Cloud stack management (AWS CloudFormation)

  • Object storage on the cloud (AWS S3)

  • Email notifications (AWS SES)

  • Middleware

  • Authentication and Authorization (Lambda Authorizer)

  • Data validation and error handling

  • much more

  • Besides that, you will get hands-on experience with some of the most popular and useful services on the AWS platform. Demand for AWS experts is continuously on the rise, as AWS holds the biggest stake amongst all cloud providers.

    If you are a hobbyist or professional developer with basic back-end development knowledge and want to dive into Serverless or Microservices architecture, this course is for you. Basic JavasScript/Node.js background is recommended, but not mandatory.

    Join me today to learn one of the hottest skills in 2020.

    Course Curriculum

    Chapter 1: Course Introduction

    Lecture 1: Project Overview

    Lecture 2: Serverless Architecture in a Nutshell

    Lecture 3: Introduction to Serverless Framework

    Lecture 4: Real-world Serverless Use Cases

    Lecture 5: More Valuable Content

    Lecture 6: Introduction to Microservices Architecture

    Lecture 7: AWS Free Tier

    Chapter 2: Requirements and Prerequisites

    Lecture 1: Installing Node.js and NPM

    Lecture 2: Installing the AWS CLI

    Lecture 3: Installing the Serverless Framework CLI

    Lecture 4: Configuring the AWS CLI + IAM

    Lecture 5: (Optional) AWS Budgets and Alerts

    Lecture 6: My Postman Setup

    Chapter 3: Auction Service: Part 1

    Lecture 1: Lets Connect!

    Lecture 2: Creating a Serverless Framework Project

    Lecture 3: The Anatomy of a Serverless Project

    Lecture 4: TIP: Serverless IDE VSCode Plugin

    Lecture 5: Deploying Our Application for the First Time

    Lecture 6: (Tip) Stack Removal

    Lecture 7: Creating an Auction (Part 1)

    Lecture 8: Creating an Auction (Part 2)

    Lecture 9: NOTE: Introduction to DynamoDB

    Lecture 10: Introduction to DynamoDB

    Lecture 11: Creating our DynamoDB Table (IaaC)

    Lecture 12: Using the DynamoDB DocumentClient to Insert an Auction

    Lecture 13: Defining IAM Role Statements (Permissions)

    Lecture 14: Optimising serverless.yml (Part 1): Roles and IAM Statements

    Lecture 15: Optimising serverless.yml (Part 2): Intrinsic Functions and Custom Variables

    Lecture 16: Serverless Offline – Is It Worth It?

    Chapter 4: Auctions Service: Part 2 (CRUD Operations)

    Lecture 1: Introduction to Middy and Middleware

    Lecture 2: CRUD Operation: Get Auctions

    Lecture 3: CRUD Operation: Get Auction by ID

    Lecture 4: Creating a Common Middleware

    Lecture 5: CRUD Operation: Placing a Bid

    Lecture 6: Validation: Placing a Bid

    Chapter 5: Auction Service: Part 3 (Processing Auctions)

    Lecture 1: Using Scheduled Events to Process Our Auctions

    Lecture 2: Creating a Global Secondary Index (status, endingAt)

    Lecture 3: Identifying Ended Auctions

    Lecture 4: Closing Auctions

    Lecture 5: Validation: Bidding on Closed Auctions

    Lecture 6: (Challenge) Getting Auctions – Filter by Status

    Lecture 7: IMPORTANT: Schema Validation

    Lecture 8: JSON Schema Validation – Get Auctions Status

    Lecture 9: (Optional) Detailed Error Messages

    Lecture 10: (Challenge) Create Auction Schema Validation

    Lecture 11: (Challenge) Place Bid Schema Validation

    Chapter 6: Auth Service

    Lecture 1: Section Introduction

    Lecture 2: Introduction to Auth0

    Lecture 3: Creating an Auth0 Application

    Lecture 4: Getting Test Tokens

    Lecture 5: Deploying Auth Service

    Lecture 6: Protecting Auction Service Endpoints

    Lecture 7: Specifying Seller Identity

    Lecture 8: Specifying Bidder Identity (+Validation)

    Chapter 7: Notification Service

    Lecture 1: Notification Service Setup

    Lecture 2: Reminder: Linting Disabled

    Lecture 3: Verify Email Address (AWS SES)

    Lecture 4: Defining the sendMail Lambda Function

    Lecture 5: Sending Our First (Test) Email

    Lecture 6: Introduction to SQS and Message Queues

    Lecture 7: Provisioning AWS SQS Message Queue (MailQueue)

    Lecture 8: Manually Sending SQS Messages

    Lecture 9: Exporting MailQueue Variables (CloudFormation)

    Lecture 10: Importing Outputs in Auction Service

    Lecture 11: Notifying Bidder and Seller

    Lecture 12: (Challenge) Handling No Bids Case

    Lecture 13: (Optional) Uncommenting EventBridge Trigger

    Chapter 8: Auction Picture (Amazon S3)

    Lecture 1: Setting up an S3 Bucket and Lambda Function

    Lecture 2: (Optional) Amazon S3 Picture Expiry

    Lecture 3: Uploading Picture to S3

    Lecture 4: Quick Error Handling Fix

    Lecture 5: Setting Picture URL in DynamoDB

    Lecture 6: (Challenge) Validate Auction Ownership

    Lecture 7: (Challenge) Validate Request Body (base64)

    Lecture 8: Moving Forward & Future Content

    Chapter 9: (Bonus) Front-end Application

    Lecture 1: Front-end Demo

    Lecture 2: Enabling CORS on Auction Service

    Lecture 3: Setting up the Auctions Front-end

    Instructors

  • Serverless Framework Bootcamp- Node.js, AWS Microservices  No.2
    Ariel Weinberger
    Developer Tools ?& ? Speaker ? ? Bestselling Instructor ?
  • Rating Distribution

  • 1 stars: 28 votes
  • 2 stars: 33 votes
  • 3 stars: 195 votes
  • 4 stars: 903 votes
  • 5 stars: 1773 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!