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?
Solution:Jump to 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....
2 Replies
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.