Adding Lambda Custom Metrics the Easy Way
aws-embedded-metrics npm package FTW
Feb 28, 20226 min read35

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.
aws-embedded-metrics npm package FTW

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 ...

Make debugging easier with custom metric properties
