How do I implement IAM authentication for APIs in API Gateway?

preview_player
Показать описание
This video details how we can restrict AWS API gateway with IAM

Lambda Code:
------------------------
import json

def lambda_handler(event, context):
message="I love my {}".format(event['Country'])
return message

Prerequisite:
What is a Proxy?
Concept of Reverse Proxy & API Gateway
Introduction to API Gateway with in-depth intuition
Creating a POST Api | AWS API Gateway Passing Data to AWS Lambda
Working With Query Parameters In API | API Gateway
Create a REST API on AWS | Step by Step Tutorial
Usage Plan & API key - Amazon API Gateway

To know more about Snowflake & different AWS services which can be used in Big Data with Cloud Computing , please refer this playlist :
Рекомендации по теме
Комментарии
Автор

how to use it in a browser? (instead of postman)

leochongsh
Автор

Thank you! IMHO short and to the point! Exactly what I needed! Really helpful!

romomustde
Автор

great example mate, thanks for the video, appreciate it.

ashwarn
Автор

Showing your age with the lack of f string interpolation ;)

the_rockerfly