I have an android app that uses AWS lambda as a backend to fetch data - which usually takes a few seconds of execution time per request.
I would like to be able to fetch data and cache it at the end of the month if there is still free execution time available, however, I could not find a way to access that information inside a lambda function. Is there a way to do this?