event-driven finops stack
- 01EventBridge cron
- 024 × Python Lambda
- 03DynamoDB findings
- 04Slack + Telegram
- 05React dashboard
AWS Cost Watchdog
FinOpsA FinOps watchdog that found a $21/month zombie subscription on day one
Serverless FinOps monitoring for AWS: daily cost digests, idle-resource detection, tag enforcement, and anomaly alerts, all running for under $2/month.
- Automated daily cost and waste monitoring (spend digests, idle-resource detection, tag-compliance checks via AWS Config, and cost-anomaly detection) across four event-driven Python Lambdas on EventBridge Scheduler and SNS, pushing findings to Slack and Telegram in real time
- Persisted findings to DynamoDB and surfaced them in a React dashboard served through an API Gateway HTTP API and S3/CloudFront
- Provisioned the whole stack as code with Terraform (remote S3 state, DynamoDB locking) and shipped it via GitHub Actions CI/CD using OIDC federation, with zero static AWS credentials







