Added platform_change trigger reason for builds. When platform templates change, affected sites can be rebuilt automatically. Better version management.
Tag: devops
8 jots
Admin CLI now includes comprehensive user deletion for GDPR compliance. Delete all user data across all tables with proper cascade and cleanup.
Comprehensive platform administration CLI tool. Users, sites, subscriptions, analytics, debug, and export commands. Everything needed for platform operations.
Added comprehensive CloudWatch monitoring with dashboards and alarms. Lambda errors, API Gateway latency, DynamoDB throttles, and SQS queue depth are all tracked.
Added GitHub Actions workflow for Cloudflare Worker auto-deployment. Changes to the sites-router Worker are automatically deployed on push.
Implemented comprehensive build versioning. Each build captures the SHA of backend API, build system, dashboard, and templates. Full traceability for debugging.
Complete dev/prod environment separation with GitHub Actions CI/CD. Push to develop deploys to dev, push to main deploys to production. Automated and reliable.
After a brief pause, back to development. Prepared the dev environment for deployment with compatibility fixes and environment variable management.