Learn to build an AWS Serverless CRUD REST API

Created in 2019 to help developers build REST APIs on AWS with serverless technologies. Start for free.

Intermediate

94 lessons

Free Preview

What are the benefits?

Serverless (cloud-native) development on AWS is one of the fastest growing areas in IT today.

Career Growth

This course will help you make a bigger impact in your organization and break into the world of serverless development.

Skill Acquisition

If you're looking to become a skilled cloud developer with a focus on serverless development on AWS, look no further.

Higher Salary

The key differentiator in the marketplace is your ability to learn, grow, understand, and implement those learnings. Let's get into it.

Course curriculum

Intermediate

14 sections

94 lessons

1
Welcome
AWS Setup
What is Serverless?
Serverless survey
2
Getting Started
AWS Setup
What is Serverless?
Serverless survey
3
Architecture Whiteboarding
Architecture Whiteboarding
Architecture Quiz
Architecture Whiteboard Image
4
Amazon Web Services
Lambda code & test events for the chapter
AWS Lambda: Cloud function, business logic
Amazon CloudWatch: monitoring, logging, debugging
Amazon API Gateway: REST API
Amazon DynamoDB: NoSQL database
5
"C" in CRUD
Lambda code for the chapter
Overview
Refactor API
Refactor code
Review code
6
"R" in CRUD
Lambda code for the chapter
Overview
Coding
API Setup
Review code
7
"U" in CRUD
Lambda code for the chapter
Overview
Coding
API Setup
API Testing
8
"D" in CRUD
Lambda code for the chapter
Overview
Coding
IAM Policy
API Testing
9
CRUD Recap
Review
Tear Down
10
Serverless Framework: Setup
Overview
Serverless Rant
AWS CloudFormation
Setup: AWS Account
Create IAM User
11
Serverless Framework: Getting Started
Create Project
Overview: Boilerplate
Serverless Package
Serverless Deploy
Testing: Basic Function
12
Serverless Framework: Serverless Enterprise
Serverless Enterprise: Setup
Serverless Enterprise: Dashboard
Serverless Enterprise: Teardown
13
Serverless Framework: Recap
Section Review
Serverless Framework Section - Survey
14
Serverless Framework: Deep Dive
Section Overview
Setup Serverless Project
Refactor Project
Serverless Deploy
Lambda Code Review