I have deployed a flask application in an EC2 that returns a json when hitting a certain url (with certain parameters).
I want to monitor the usage of this API, and use a token to track usage by user.
Are there any tools that I can integrate, or should I code it from scratch?
In the latter case, is there a reference/article I can look up to? Any ideas are be highly appreciated.