ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,493 results

AWS Made Easy
Secure API Gateway with Lambda Authorizer | How to add Lambda Authorizer to API Gateway | Hands-On

How to secure your API Gateway with Lambda Authoriser. Step by Step hands-on tutorial. #apigateway #apisecurity #aws.

12:57
Secure API Gateway with Lambda Authorizer | How to add Lambda Authorizer to API Gateway | Hands-On

13,551 views

1 year ago

Be A Better Dev
Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

Using AWS API Gateway and Lambda based authorizers, we can secure our API Gateway REST endpoint. Learn how to do it in ...

24:32
Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

178,367 views

4 years ago

Gokce DB
How To: Lambda Authorizer For API (3 Min) | Control Access to AWS Http API Using Lambda Function

In this tutorial, you'll learn how to control access and secure your http AWS API using a Lambda authorizer function. Facebook: ...

3:34
How To: Lambda Authorizer For API (3 Min) | Control Access to AWS Http API Using Lambda Function

2,344 views

3 years ago

LoveToCode
Secure API Gateway using Lambda Authorizer (NEW)

Secure AWS API Gateway using Lambda Authorizer #aws #gateway #authorizer #authorization Secure AWS API Gateway using ...

33:32
Secure API Gateway using Lambda Authorizer (NEW)

27,466 views

2 years ago

Rahul Wagh
Master AWS API Gateway (2025) | REST, Lambda, Authorizers & More

Udemy Course - AWS Networking Zero to Hero! ▭▭▭▭▭▭ AWS Networking Masterclass!

1:23:30
Master AWS API Gateway (2025) | REST, Lambda, Authorizers & More

34,690 views

4 months ago

Tiny Technical Tutorials
Create a REST API with API Gateway and Lambda | AWS Cloud Computing Tutorials for Beginners

The world runs on APIs (application programming interfaces) these days, and it's likely that you'll need to build APIs for your own ...

4:33
Create a REST API with API Gateway and Lambda | AWS Cloud Computing Tutorials for Beginners

123,521 views

3 years ago

Mukesh Murugan
How to Secure Amazon API Gateway with Lambda Authorizer? 🔒 | .NET on AWS Series

Securing an Amazon API Gateway with Lambda Authorizers is straightforward. In this video, we will build an API Gateway, attach ...

20:08
How to Secure Amazon API Gateway with Lambda Authorizer? 🔒 | .NET on AWS Series

4,788 views

1 year ago

Majestic.cloud
Secure API Gateway with a Lambda authorizer - Implementing a custom authorizer

A Lambda authorizer (or custom authorizer) is an API Gateway feature that uses a Lambda function to control access to your API.

18:45
Secure API Gateway with a Lambda authorizer - Implementing a custom authorizer

13,142 views

2 years ago

People also watched

Rayan Labs
AWS Lambda + API Gateway Tutorial: Build a Serverless API

Deploy a Serverless Lambda function that generates QR codes, and set up a REST API using AWS API Gateway to expose your ...

18:22
AWS Lambda + API Gateway Tutorial: Build a Serverless API

2,204 views

2 months ago

Srce Cde
How to validate JWT access token via lambda authorizer - Amazon HTTP API tutorial p18

Welcome to part 18 of the new tutorial series on Amazon HTTP API. In this video, I have covered how to verify & validate JWT ...

22:09
How to validate JWT access token via lambda authorizer - Amazon HTTP API tutorial p18

15,354 views

3 years ago

Pradip Nichite
Secure Your AWS API Gateway with API Keys | AWS Tutorial

In this video, we will show you how to use API keys to secure your AWS API Gateway. API keys provide an additional layer of ...

15:01
Secure Your AWS API Gateway with API Keys | AWS Tutorial

17,040 views

3 years ago

Jonathan Davies
Build a HTTP API using AWS Lambda and API Gateway

In this video I explain HTTP API in the AWS Console and then I show you how to develop your own HTTP API with AWS SAM ...

24:21
Build a HTTP API using AWS Lambda and API Gateway

20,410 views

3 years ago

Security in Action 101
How to integrate AzureAD B2C with AWS API Gateway JWT Authorizer?

This video explains how to generate a JWT Access Token using AzureAD B2C OAuth 2.0 client_credentials grant and use that ...

34:39
How to integrate AzureAD B2C with AWS API Gateway JWT Authorizer?

5,920 views

2 years ago

Jonathan Davies
Build a REST API using AWS Lambda and API Gateway

In this video I go through API Gateway's REST API on AWS - I go through a high level explanation of what it's purpose is / how it ...

24:12
Build a REST API using AWS Lambda and API Gateway

16,930 views

3 years ago

Dev Problems
AWS Api-Gateway | Authorizers - AWS_IAM, Cognito(JWT), Custom(Lambda)

This video explains all the authorizers present in API-Gateway. Connect with me on LinkedIn: ...

17:47
AWS Api-Gateway | Authorizers - AWS_IAM, Cognito(JWT), Custom(Lambda)

5,771 views

4 years ago

NextGen Machines
Aws Http Api Gateway setup with CORS error fix using Angular

This video has details on basic setup of http api of aws api gateway and how to fix the CORS error by setting up policy.

8:45
Aws Http Api Gateway setup with CORS error fix using Angular

7,367 views

2 years ago

Pythoholic
API GATEWAY DEMO | Create API ENDPOINT to fetch S3 DATA using LAMBDA FUNCTION | PYTHON BOTO3

Today we will work on a small project where we will understand how we can use AWS API GATEWAYS along with AWS LAMBDA ...

37:00
API GATEWAY DEMO | Create API ENDPOINT to fetch S3 DATA using LAMBDA FUNCTION | PYTHON BOTO3

30,833 views

5 years ago

Arup Maitra
Create HTTP API Gateway | Integrate with AWS Lambda Function | Step by Step | AWS Cloud

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and ...

9:38
Create HTTP API Gateway | Integrate with AWS Lambda Function | Step by Step | AWS Cloud

1,864 views

2 years ago

Gokce DB
AWS API Gateway IAM Authorization Tutorial 🔥

You have a REST API deployed using the Amazon API Gateway and now you want to enable IAM authorization for your clients.

4:00
AWS API Gateway IAM Authorization Tutorial 🔥

2,768 views

2 years ago

Be A Better Programmer
Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

Using AWS API Gateway and Lambda based authorizers, we can secure our API Gateway REST endpoint. Learn how to do it in ...

14:58
Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

421 views

1 year ago

Security in Action 101
How to integrate Auth0 with AWS API Gateway JWT Authorizer?

This video explains how to generate a JWT Access Token using Auth0 using AzureAD B2C OAuth 2.0 client_credentials grant and ...

23:30
How to integrate Auth0 with AWS API Gateway JWT Authorizer?

8,841 views

3 years ago

Rahul Nath
API Gateway LAMBDA AUTHORIZER (Custom Authorizer) | REST APIs | .NET ON AWS | AWS Serverless

Hey When building serverless APIs with AWS Lambda and API Gateway, one of the most critical questions is how to secure ...

42:54
API Gateway LAMBDA AUTHORIZER (Custom Authorizer) | REST APIs | .NET ON AWS | AWS Serverless

12,124 views

3 years ago

ListenToLearn
AWS API Gateway | Lambda and Cognito Authorizers

This video explains how to control access to REST APIs by using Lambda and Cognito Authorizers in API Gateway. GitHub: ...

18:10
AWS API Gateway | Lambda and Cognito Authorizers

8,073 views

2 years ago

Gokce DB
How To Integrate Http API With Lambda Using API Gateway In AWS (2 Min)

In this tutorial, you'll learn how to build an HTTP API and integrate it with Lambda Function using API Gateway In AWS.

2:16
How To Integrate Http API With Lambda Using API Gateway In AWS (2 Min)

2,465 views

3 years ago

Cloud Guru
Master API Gateway + Lambda Integration | Cognito & Lambda Authorizers Explained!

Looking to build secure, scalable, serverless APIs on AWS? In this hands-on tutorial, you'll learn how to integrate API Gateway ...

31:54
Master API Gateway + Lambda Integration | Cognito & Lambda Authorizers Explained!

137 views

1 month ago

CodeSnippet
⚡Your First Serverless API with AWS API Gateway & Lambda | Hands on Demo

In this video, we'll learn how to connect AWS API Gateway with AWS Lambda and trigger Lambda functions using HTTP requests.

10:58
⚡Your First Serverless API with AWS API Gateway & Lambda | Hands on Demo

3,399 views

4 months ago

Srce Cde
Lambda Authorizer | IAM Policy response mode | HTTP API - Amazon HTTP API p13

Welcome to part 13 of the new tutorial series on Amazon HTTP API. In this video, we will cover how to configure Lambda ...

12:09
Lambda Authorizer | IAM Policy response mode | HTTP API - Amazon HTTP API p13

1,993 views

4 years ago

Gaurav Sharma
AWS Custom Authorizer Tutorial in Hindi | Secure APIs with Lambda & JWT | Custom Authorizer

Custom Authorizer in AWS | API Gateway + Lambda + JWT | Explained in Hindi In this video, we'll understand Custom Authorizers ...

15:43
AWS Custom Authorizer Tutorial in Hindi | Secure APIs with Lambda & JWT | Custom Authorizer

1,032 views

5 months ago

Amazon Web Services
Why am I getting API Gateway 401 Unauthorized errors after creating a Lambda authorizer?

Skip directly to the demo: 0:31 For more details see the Knowledge Center article with this video: ...

4:54
Why am I getting API Gateway 401 Unauthorized errors after creating a Lambda authorizer?

5,911 views

4 years ago

Srce Cde
Amazon HTTP API gateway authorization full hands-on video | JWT | IAM | Lambda - AWS

Welcome to the hands-on video on Amazon HTTP API gateway authorization. This hands-on video covers all the authorization ...

1:18:01
Amazon HTTP API gateway authorization full hands-on video | JWT | IAM | Lambda - AWS

20,954 views

3 years ago