We should be able to get away with using a lambda function to pull the most recent patch version number (something like 14.4.1) and possibly whatever data we plan to use every morning. This way we dont need to call the api's for every request and we don't need a DB for basic info.
Should be something like
Call api from riot at 1am every day
get info from said api call
write/overwrite info to existing json file (can be stored in an S3 most likely)
This may default to me since I need to setup and S3 and lambda. Once those are in, I should be able to add credentials to make GET requests to the S3 for the required data.
We should be able to get away with using a lambda function to pull the most recent patch version number (something like 14.4.1) and possibly whatever data we plan to use every morning. This way we dont need to call the api's for every request and we don't need a DB for basic info.
Should be something like