I need an system that could check if many python scripts have run comletely.
The scripts would scrape data and output it to a corresponding xml file.
If the script fails there might be no xml file or error messages in the logs files. PHP files run the python scripts.
Is there a simple solution using an AWS service that would trigger alarms when a python script is not functioning fully?