How to Trigger an AWS CloudWatch Alarm from a Lambda Function
In this post, we are going to use the AWS CDK and TypeScript to build a Lambda Function that triggers a CloudWatch Alarm that sends an email when an invocation error occurs.
All of the code can be found in this repository.
Setup
We need to run a few ...
blog.alexkates.dev4 min read