TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Monitoring Tiny Lambdas

13 pointsby ribtoksalmost 3 years ago

3 comments

ribtoksalmost 3 years ago
Inspired by Julia Evan's write-up on web-services, I wanted to show how I automated log monitoring in AWS
harrisonjacksonover 2 years ago
This is great! Hopefully the lambda you&#x27;re using to aggregate your error logs doesn&#x27;t have any issues. Though lack of signal is a signal, too.<p>We use logz.io which is a managed elk stack. It has a free tier with 1 day of log retention. They have a lambda log shipper that sends new cloudwatch logs to your dashboard where you can filter, search, and setup alerts.
评论 #32575305 未加载
moltarover 2 years ago
AWS has built in ability to alert of log queries. Can even do fancy stuff like parsing JSON values and aggregating them.