Custom metric properties and CloudWatch Insights
Make debugging easier with custom metric properties
Apr 4, 20227 min read42

Search for a command to run...
Series
In this series I will look at how we can add observability to Lambda functions using custom metrics. We will look at how we can use the aws-embedded-metrics npm package to achieve this easily.
Make debugging easier with custom metric properties

Overview In the first post in this series, we looked at how we can use the aws-embedded-metrics npm package to easily generate custom metrics from our Lambda functions. In this post, we will look at how we use these custom metrics to add alerting to ...

aws-embedded-metrics npm package FTW
