Human-friendly summaries of AWS CloudWatch metrics, logs, and alerts β without needing to be a cloud engineer.
FriendlyLog helps non-technical users (or busy devs) understand their AWS application health at a glance.
- π¦ Prettified Logs The Cloudwatch UI is ugly. Friendlylog, less so.
- π Summarized trends in key logs & alerts - coming soon
- π‘ Plain language insights like βErrors spiked 40% after your last deploymentβ - coming soon
git clone https://github.com/PersonOfNote/friendlyLog.git
cd friendlyLognpm installCreate a .env file in the root directory with the following variables:
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
AWS_ACCESS_KEY_ID=your-aws-access-key-id
AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
AWS_REGION=your-aws-region
AWS_ROLE_ARN=your-aws-role-arnnpm run devπ¦ Tech Stack Next.js β SSR-friendly React framework
Supabase β Auth + DB
AWS SDK v3 β Programmatic CloudWatch access
π Roadmap Basic Supabase auth flow β
AWS integration wizard/onboarding β
Pretty logs β
Daily summary email β
Subscription implementation
Graphs
Plain-language alerts and rule setting
π§βπ» Contributing
File issues or feature requests under the Issues tab.