How to create Cloudwatch alarms for a Lambda Function on AWS

There are various invocation metrics, performance metrics, and concurrency metrics available for Lambda functions in Cloudwatch to monitor.In this article, we will create an alarm for the “Invocations” metric which will send a notification to the SNS topic when it is triggered.

Source: LXer – How to create Cloudwatch alarms for a Lambda Function on AWS