How to Trigger an AWS CloudWatch Alarm from a Lambda Function
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.
May 10, 20224 min read3.6K

Search for a command to run...
Articles tagged with #aws-cdk
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.

Use the AWS CDK and JavaScript to build an SQS queue that triggers a Lambda function when messages are enqueued.
