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?