Lambda Operations
Executes lightweight, concurrent health checks via AWS Lambda, minimizing compute costs while maximizing speed.
A serverless approach to infrastructure reliability and performance monitoring.
A lightweight SRE laboratory for managing multi-site uptime with high-signal visibility and minimal operational overhead.
Uptime Monitor is a serverless platform engineering lab for operating reliable health checks across a fleet of targets with clear visibility into status, latency, and history.
It demonstrates practical serverless SRE work: automated scheduling, historical data persistence in S3, and clean architectural separation between monitoring and presentation.
The project favors event-driven simplicity and cost-efficient cloud primitives over complex, heavy-weight monitoring solutions.
Executes lightweight, concurrent health checks via AWS Lambda, minimizing compute costs while maximizing speed.
Uses S3 as a low-cost database to store historical check results, driving trendline 'Pulse' visualization.
Provisioned and managed declaratively with Terraform, ensuring reproducible cloud environments.
Built with Go for rapid startup (low cold starts) and reliable concurrent network operations.