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

  Рет қаралды 3,678

AWS Made Easy

AWS Made Easy

Күн бұрын

Пікірлер: 10
@nirmaltripathy3226
@nirmaltripathy3226 2 ай бұрын
Very good tutorial,thanks for making this video,much appreciated..
@RakeshShivayyaGuttedar
@RakeshShivayyaGuttedar 4 ай бұрын
Thank you for the simple explanation of lambda authorizer
@revandarth2680
@revandarth2680 Ай бұрын
Thank you so much! It was exactly was I was looking for! You're amazing
@ruqayafathma
@ruqayafathma Ай бұрын
Thankyou so much for this video. Just one question, If a user is directly accessing this api url on browser, where he has to add the token ?
@sreevanireddy1709
@sreevanireddy1709 3 ай бұрын
Please start a tutorial on AWS DevOps Guru
@chandhuchandra4159
@chandhuchandra4159 4 ай бұрын
cognito user pool can be used instead of lambda autorizer??
@AWS-Made-Easy
@AWS-Made-Easy 4 ай бұрын
Yes! You can use cognito user pool
@neha738
@neha738 4 ай бұрын
hello sir, Can i have this lambda function code
@milanzmitrovic
@milanzmitrovic 3 ай бұрын
import json def generate_policy(principal_id, effect, resource): auth_response = { 'principalId': principal_id } if effect and resource: polici_document = { 'Version': '2012-10-17', 'Statement': [ { 'Action': 'execute-api:invoke', 'Effect': effect, 'Resource': resource } ] } auth_response['policyDocument'] = polici_document return auth_response def lambda_handler(event, context): token = event['authorizationToken'] valid_token = 'xyz987' if token == valid_token: return generate_policy('user', 'Allow', event['methodArn']) else: return generate_policy('user', 'Deny', event['methodArn'])
@miliy84
@miliy84 2 ай бұрын
thank you for saving my time
Secure API Gateway using Cognito Authorizer (NEW)
29:51
LoveToCode
Рет қаралды 43 М.
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 107 МЛН
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 5 МЛН
Implementing API Gateway With Ocelot in ASP.NET Core
13:26
Code Maze
Рет қаралды 6 М.
How To Build an API Gateway for Microservices with YARP
12:42
Milan Jovanović
Рет қаралды 23 М.
What is OpenTelemetry?
12:55
Highlight
Рет қаралды 14 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 266 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 42 МЛН
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 99 М.
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 101 М.
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 107 МЛН