Enable CloudWatch logs for API Gateway | Monitoring and Logging API Activity

preview_player
Показать описание
In my this video you will learn how to enable CloudWatch Logs while troubleshooting your API Gateway API.
Also I have discussed about a pipeline design with monitoring and alert functionalities using API Gateway , AWS Lambda , Cloudwatch Alarm , SNS & Email

Prerequsitie:
Pipeline design with monitoring and alert functionalities using Cloudwatch Alarm , EC2 & Lambda
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

Code which is used to call API from Python is given in the comment section.

Check this playlist for more AWS Projects in Big Data domain:
Рекомендации по теме
Комментарии
Автор

Code used in Python:

!pip install requests

import requests
import json


url="{Put API URL here}"
payload={Give your payload here}
while temp<=17:
result=requests.post(url, data=json.dumps(payload))
print(result.text)
temp=temp+1
print(temp)

KnowledgeAmplifier
Автор

Hi sir, I liked your snowflake videos a lot. Could you please make videos on Matillion for snowflake

veeranjaneyulubapatla
Автор

16:05 could pls add video link here for average, data points, threshold- like u said in video. i couldn't find video which u mentioned to check this things.

TK-xpnv
Автор

Can we customize the email notification from SNS..?

anwarshaik
Автор

Hello good What is your email? I would like to ask you about a project I have. Regards

JuanGomez-bubm