AWS Lambdas could be used for this, you can trigger them on a time schedule using an event bridge.

Using their Python library called chalice was really easy to make cron style lambdas in Python in my experience. https://github.com/aws/chalice