I'm looking for a way in AWS to run automatic functions every month or so to update my MongoDB database. I built my API on top of the serverless framework.
What's the best bet to solve this problem? Say for instance a user buys a subscription today. In 30 days a function has to run in automatic and update the mongodb document and detract money from the account credit.