How To Add Throttling to API Gateway HTTP API - Step By Step Tutorial

preview_player
Показать описание
Throttling or Rate Limiting is an important tool to control the flow of traffic to your API. In this video, I walk you through the steps to add throttling to your HTTP API in API Gateway. I show you how to set it up and also demonstrate different throughput settings.

Other Related Videos:

Command: aws apigatewayv2 update-stage --api-id YOUR_ID --stage-name test --route-settings '{"GET /getPerson":{"ThrottlingBurstLimit":5,"ThrottlingRateLimit":5}}'

🎉SUPPORT Daniel @ BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#AWS
#API Gateway
#Throttling
Рекомендации по теме
Комментарии
Автор

Thanks for the video. This was very helpful could you please create another video on AWS Kendra? I am looking for a video on this topic precisely.

Автор

Nice video.

What is the default value for route throttling?

pipesanma
Автор

It would be great a data pipeline video.

mcan
Автор

will it prevent brute force from aws? I mean can it block ip of bruteforce attack?

MrChughad
Автор

I have a REST API and I am not seeing the menu that you have on the left side. I have no option for throttle. Is this only in HTTP API?

MrStargazer
Автор

system design interview: we need to have a system with low latency
throttling: Imma end this guy's whole career

apidas
Автор

Is it 200 request per second per user OR 200 requests per second overall

ngneerin