I have a custom dashboard to track metrics like count of 2xx, 3xx, 4xx, 5xx status codes. What I want is to send a slack notification when the count of 5xx > N for a period of M mins. How do I achieve this?
I looked online and I understand bits and pieces of the steps but not the complete flow. I see the approach where we don't use lambda, and where we do. I am not able to put the information together in one flow.