Sometimes the report/alert emails are blocked falsely by uni's email filters. To compensate for this case, we have built a webpage that users can actively check latest monitoring results, i.e. system status


Link

https://infant-nutrition-project.github.io/system-status/

Technical notes for developers

Why GitHub Page?

GitHub Pages: It's free, sufficient for this type of simple app, and low-maintenance (GitHub takes care of SSL cert automatically)

WARNING: Frontend repo is public, DO NOT PUT ANY CONFIDENTIAL INFO in clear text

Frontend: setup

Built with React (repo link)

Hosted by GitHub Pages

Frontend: How to deploy React app on GitHub Pages (It's FREE and sufficient for a SIMPLE app as this one)?

Make sure under repo's Settings > Pages > Source is set to the Branch gh-pages 

Follow the two tutorial links. Very straightforward.

Backend

Data is written by the same two monitoring lambdas (job1 (report_atlas) and job2) into DynamoDB

Frontend will call an API to read the data