Deep Dive into API Gateway and Building a Serverless Application

Deep Dive into API Gateway and Building a Serverless Application

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 55m | 321 MB

Building applications using the API Gateway

In this course, we’ll focus on the next component of AWS that offers serverless computing—the API gateway service. You’ll learn how to develop the various parts of the API gateway. Then we’ll look into deploying the API gateway. We’ll also show you how to secure the API gateway.

We’ll look at the key aspect of how to integrate AWS Lambda and the API gateway. Finally, we’ll look at the entire serverless architecture, putting all the key components together and then building a sample application using the entire serverless picture.

This is a comprehensive and all-inclusive guide to using the API gateway and incorporating it in your serverless ecosystem.

What You Will Learn

  • Easily deploy and manage the API gateway service.
  • Design and develop Serverless applications by leveraging AWS Lambda and API Gateway using the Serverless Application Framework
  • Using your existing API with the API gateway.
  • Know how to secure the API gateway
  • Control access to the API gateway
  • Integrate AWS Lambda and the API gateway
  • Work with IAM policies with the API gateway
  • Understand how to build all the components of the Serverless framework
Table of Contents

Introduction to the API Gateway Service
1 The Course Overview
2 The Traditional Way of API Deployment
3 Introduction to the API Gateway
4 The Architecture of the API Gateway

Working with the API Gateway
5 Building an API Gateway
6 Working with Resources
7 Working with Methods
8 Deploying an API
9 Mapping Request Parameters
10 Mapping Response Payloads

Controlling Access to the API Gateway
11 Setting Up IAM Policies
12 Allowing Users to Access the API Gateway
13 Controlling Management of the API Gateway
14 Additional Security Aspects for the API Gateway

Integration between AWS Lambda and the API Gateway
15 Integrating AWS Lambda and the API Gateway
16 Demo on AWS Lambda and API Gateway
17 Demo on AWS Lambda and API Gateway (continued)

The Entire Serverless Picture
18 AWS Serverless Multi-Tier Architecture Overview
19 How Does Microservices Come In
20 Monitoring Your Serverless Architecture
21 Sample Application – Setting Up DynamoDB, Lambda, and CloudWatch
22 Sample Application – Setting Up API Gateway
23 Sample Application – Setup Completion