Тёмный

AWS API Gateway with API Key / Usage Plan (LATEST) 

LoveToCode
Подписаться 3,2 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@MitsiAg
@MitsiAg 5 месяцев назад
If i'm making a saas application that lets user generate there own api key to use the api and given all apis are behind api gateway. Is there a way the api can be initialised at account level?
@lovetocode4486
@lovetocode4486 5 месяцев назад
Hi Mate, As I understood your scenario, the client hits API gateway with his own api key and then it passed to your APIs. You want to measure how many requests each client. If that is the case, you can add Lambda authoriser (here you are just counting the number of requests. It doesnt do any auth logic) which can read the api key and measure how much many requests each client send. You can save this number in DB. You have to pass the header record from API gateway to the authoriser lambda. Assuming the client send the api key in the header. There are two video can be helpful: 1. How to create Lambda Authoriser ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rRQbVJhlpC4.html 2. How to pass header info from api gateway to lambda ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-o98qYUFSQbc.html Please let me know how this helps. Thanks
@Yog8899
@Yog8899 4 месяца назад
Can i use usage plan without api key ? I dont want to use api key.. i created useage plan but still i am able to hit request multiple times...
@lovetocode4486
@lovetocode4486 4 месяца назад
Hi Mate, Usually usage plan comes with API-Key implementation. BTW still you can limit requests in some extends. Go to YOUR_API=> STAGES=> YOUR_STAGE=> YOUR RESOURCE=> ACTION => Then "Method overrides" => Throttling
@Yog8899
@Yog8899 4 месяца назад
@@lovetocode4486 yes but that rate and burst limit apply on that perticular API and not for a IP I think ...I mean if user A consumus all the request...then user B will get too many requests
@aribudimn1789
@aribudimn1789 Год назад
this is what i need... i dont need cognito or lambda authorization... this is save the day... thank you
@lovetocode4486
@lovetocode4486 Год назад
Glad to here @Ari. Thanks for the comment
@jafarsafdari2753
@jafarsafdari2753 Год назад
Grate video, Thanks
@lovetocode4486
@lovetocode4486 Год назад
Thanks @jafarsafdari2753
@nishchin8393
@nishchin8393 Год назад
Great tutorial. Is there a way we can exclude a usage plan and use only key?
@lovetocode4486
@lovetocode4486 Год назад
Hi NishChin, You have to create usage plan and that is where you can attach the API end point. If you dont like Usage, just set to unlimited. That is same as no usage plan. Hope this helps.
@leonardorighi1168
@leonardorighi1168 Год назад
Thanks
@lovetocode4486
@lovetocode4486 Год назад
Glad that helps. Thanks
@NamasteNorth
@NamasteNorth 8 месяцев назад
How can I handle 429 exceptions automatically. I want to be notified when the usage quota of any user is almost exhausted so that I can make a decision whether to increase the quota or not
@lovetocode4486
@lovetocode4486 8 месяцев назад
Hey Mate, The cloudwatch metric for API doesn't come specifically 429 (I has metrics for 4xx errors). So have to do a custom implementation. you can use "get-usage" awscli.amazonaws.com/v2/documentation/api/latest/reference/apigateway/get-usage.html api end point to get the usage information and increase the usage limit. Adding a scheduled lambda which checking the usage and increase the limit based on the result.
@ShakiraWilliam-jb2ff
@ShakiraWilliam-jb2ff Год назад
To the point 👉. Nice
@lovetocode4486
@lovetocode4486 Год назад
Thanks
@osolitario199
@osolitario199 Год назад
Perfect! Thanks.
@lovetocode4486
@lovetocode4486 Год назад
Thanks for the comment :)
Далее
DynamoDB index (Global index and Local Index) (NEW)
38:53
Secure API Gateway using Cognito Authorizer (NEW)
29:51
БАГ ЕЩЕ РАБОТАЕТ?
00:26
Просмотров 96 тыс.
Secure API Gateway using Lambda Authorizer (NEW)
33:32
Usage Plan & API key - Amazon API Gateway
20:34
Просмотров 2,9 тыс.
AWS API Gateway tutorial ( Latest)
31:00
Просмотров 29 тыс.