Create a background process to send an e-mail with updates. The design needs to be finalized. The first step will be to write all the things needed to design such a system - possible candidates are cron job, a python background process, or an amazon lambda function.
An easy solution might be: We create a lambda function which does the work and sends the e-mail so that we can operate this system in a serverless fashion and have the website be run from GitHub pages.
Create a background process to send an e-mail with updates. The design needs to be finalized. The first step will be to write all the things needed to design such a system - possible candidates are cron job, a python background process, or an amazon lambda function.
An easy solution might be: We create a lambda function which does the work and sends the e-mail so that we can operate this system in a serverless fashion and have the website be run from GitHub pages.