I have a question that I would like to solve:
I have 4 python scripts as follows:
- main.py
- script1.py
- script2.py
- script3.py
Scripts 1, 2 and 3 are run invoked in the main.py.
What I need is to be able to easily schedule this main.py to run once a week.
What AWS services would be best for this? From the architecture side I don't know much.
Thank you!