Usage Plan & API key - Amazon API Gateway

preview_player
Показать описание
In this tutorial, I have demonstrated how to create usage plans and an API key with in-depth intuition .

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

Python code used for Post Method:
import json

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

Python code used for Get Method:
import json

def lambda_handler(event, context):
return "Hello from Get Lambda"

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

That was a fantastic video. Thanks buddy

Dhanushh
Автор

great video sir. Could you please create a video which will fetch data from JIRA and load it in s3 bucket in JSON

vikinist
welcome to shbcf.ru