Hacker News new | ask | show | jobs
by djhworld 2899 days ago
For metrics we find writing a well defined, formatted message to stdout* and then using Cloudwatch Logs Metric filters works pretty well.

* e.g. "ETLLambda METRIC RECORDS_IN 948575"

1 comments

I used the aws sdk to write a simple NodeJS script to pull logs for a date range, then I can grep the output...