ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

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

36,057 views

5 months 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!

142 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,573 views

4 months 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,062 views

5 months ago

Sibtay Shah
Add a custom authorizer to an API Gateway using CDK

Snippet from my original video that shows how to secure an Amazon API Gateway deployment This clip showing how to add a ...

3:11
Add a custom authorizer to an API Gateway using CDK

143 views

11 months ago

Amazon Web Services
How do I activate IAM authentication for API Gateway REST APIs?

Skip directly to the demo: 0:24 For more details on this topic, see the Knowledge Center article associated with this video: ...

4:38
How do I activate IAM authentication for API Gateway REST APIs?

1,868 views

10 months ago

TrickSumo
How to Secure AWS API Gateway with Cognito User Pools 2025 New UI

How to Secure AWS API Gateway with Cognito User Pools - JWT Authorizer, Lambda Integration & Token Authentication ...

8:02
How to Secure AWS API Gateway with Cognito User Pools 2025 New UI

2,620 views

11 months ago

CodeSnippet
🚀AWS API Gateway Explained | Create, Manage & Secure APIs Easily✅ | Hands on Demo ⌨️

Tags: AWS API Gateway, AWS API Gateway tutorial, AWS API Gateway explained, AWS REST API, API Gateway with Lambda, ...

14:45
🚀AWS API Gateway Explained | Create, Manage & Secure APIs Easily✅ | Hands on Demo ⌨️

7,658 views

4 months ago

vlogize
Understanding the Internal Server Error from API Gateway When Using a Custom Lambda Authorizer

Discover why an Internal Server Error occurs in AWS API Gateway with custom Lambda Authorizers, and learn how to fix it ...

1:24
Understanding the Internal Server Error from API Gateway When Using a Custom Lambda Authorizer

1 view

5 months ago

Geeky Shows
Lambda Authorizer for API Gateway

Lambda Authorizer for API Gateway FastAPI Course: https://geekyshows.com/short/fastapi AWS https://www.youtube.com/playlist ...

8:23
Lambda Authorizer for API Gateway

355 views

8 months ago

vlogize
Solving the UnprocessableEntityError in AWS Lambda Request Authorizers

Discover why your Lambda request authorizer throws an `UnprocessableEntityError` when a request body is included and how to ...

1:49
Solving the UnprocessableEntityError in AWS Lambda Request Authorizers

1 view

9 months ago

vlogize
Effective Strategies for AWS API Gateway Authentication and Authorization

Discover the best practices for securing your AWS API Gateway with JWT tokens and managing authentication for multiple APIs, ...

1:39
Effective Strategies for AWS API Gateway Authentication and Authorization

2 views

7 months ago

vlogize
Understanding 403 Errors with Cached Authorizers in AWS Lambda and API Gateway

Learn how to resolve `403` authorization errors when using cached authorizers with AWS Lambda functions in a shared ...

1:48
Understanding 403 Errors with Cached Authorizers in AWS Lambda and API Gateway

0 views

5 months ago

vlogize
How to Access principalId in AWS Lambda Function from API Authorizer

Discover how to easily retrieve the `principalId` generated by your AWS API Authorizer within your Lambda function written in ...

1:47
How to Access principalId in AWS Lambda Function from API Authorizer

0 views

3 months ago

vlogize
How to Fix the AWS API Gateway Error Due to Timeout Issues

Discover how to resolve AWS API Gateway timeout errors by adjusting the Lambda authorizer settings and understanding AWS ...

1:36
How to Fix the AWS API Gateway Error Due to Timeout Issues

27 views

7 months ago

WittCode
How API Gateway Handles Authentication with Cognito

I made DevPayHub for solo devs. Payments & users handled. https://devpayhub.com Learn how AWS API Gateway handles ...

7:31
How API Gateway Handles Authentication with Cognito

319 views

2 months ago

vlogize
Resolving AlreadyExists Error When Creating AWS::ApiGateway::Authorizer in CloudFormation

Discover how to tackle the `AlreadyExists` issue in AWS CloudFormation when configuring an `AWS::ApiGateway::Authorizer` ...

1:51
Resolving AlreadyExists Error When Creating AWS::ApiGateway::Authorizer in CloudFormation

10 views

9 months ago

vlogize
How to Deploy AWS Lambda Using Existing REST API Gateway and Authorizer

Discover how to effectively deploy your AWS Lambda function using an existing REST API Gateway and Authorizer with AWS ...

1:52
How to Deploy AWS Lambda Using Existing REST API Gateway and Authorizer

4 views

7 months ago

vlogize
Creating a Custom Lambda Authorizer with Correct Event Payload Type in AWS

Learn how to correctly configure a custom lambda authorizer with the `REQUEST` event payload type in your AWS serverless ...

1:26
Creating a Custom Lambda Authorizer with Correct Event Payload Type in AWS

3 views

9 months ago

vlogize
Creating an Effective Python Authorizer with API Gateway

Learn how to create a custom Python authorizer for AWS API Gateway, troubleshoot common issues, and ensure your authorizer ...

1:46
Creating an Effective Python Authorizer with API Gateway

4 views

9 months ago

vlogize
Understanding 3rd Party Authorization: Cognito User Pools vs Lambda Authorization

Explore the differences between using `Cognito User Pools` and `Lambda Authorizers` for 3rd party authorization in AWS.

1:33
Understanding 3rd Party Authorization: Cognito User Pools vs Lambda Authorization

9 views

9 months ago

vlogize
Setting Up HTTP Only Cookies in AWS API Gateway with Cognito Authorizer

Discover how to implement a secure login system using HTTP-only cookies with AWS Cognito and API Gateway while ...

1:43
Setting Up HTTP Only Cookies in AWS API Gateway with Cognito Authorizer

60 views

9 months ago

vlogize
How to Properly Invoke IAM Authorized AWS ApiGateway Endpoint from Lambda Function

Learn how to successfully invoke an AWS ApiGateway endpoint protected by IAM from a Lambda function using a custom fetch ...

1:58
How to Properly Invoke IAM Authorized AWS ApiGateway Endpoint from Lambda Function

1 view

7 months ago

vlogize
Resolving the 400 Bad Request Error in AWS API Gateway with JWT Authorization

Discover how to fix the confusing `400 Bad Request` error in AWS API Gateway when using JWT based authorization. This guide ...

1:51
Resolving the 400 Bad Request Error in AWS API Gateway with JWT Authorization

25 views

9 months ago

vlogize
Reuse Custom Authorizer for AWS ApiGW Using CDK

Reuse Custom Authorizer for AWS ApiGW Using CDK When working with AWS API Gateway (ApiGW), implementing ...

1:31
Reuse Custom Authorizer for AWS ApiGW Using CDK

6 views

9 months ago