Abed Malak
Abed Malak6mo ago

I am trying to build rest APIs FOR MY AI APP

I wanna be able to put a limit based on how many requests the user is making 1. the user signs up, then will get an api key generated 2. everytime the user makes a request it will be tracked and if they do too many requests we will pause So far the only way to do it is AWS/ how cn I make it work with buildship?
No description
Solution:
Hi @Abed Malak, You can refer to example to implement ratelimit - https://discord.com/channels/853498675484819476/1223445105457889341. Also, we'll come up with a template with the AWS uscase soon....
Jump to solution
2 Replies
Abed Malak
Abed Malak6mo ago
No description
Solution
Gaurav Chadha
Gaurav Chadha6mo ago
Hi @Abed Malak, You can refer to example to implement ratelimit - https://discord.com/channels/853498675484819476/1223445105457889341. Also, we'll come up with a template with the AWS uscase soon.