I am new to AWS Lambda function . I need to get some work done on AWS Lambda
As well know AWS Cloudwatch will trigger a particular alarm if it breaches the threshold but it will give one time SNS notification for breaching but suppose if cpu utilization remains above 70 percent for 1 hour , we won't get any notification in cloud watch alarm , the next time we will get the notification will only be when cpu utilization comes back to below threshold state .
So was put helping hands so if someone can help me in writing a lambda function that will trigger SNS repeatedly till every 5 minutes till the CPU utilization is avbove the threshold value
Regards John