1 Answer
- Newest
- Most votes
- Most comments
1
You could enable CloudWatch Metrics for the rate-based rule or rules you are interested in. Then configure a CloudWatch alarm for the relevant metric, such as "BlockedRequests" or "CountedRequests" specific to the rule.
You can set the CloudWatch alarm to notify an SNS (Simple Notification Service) topic, which you can further set to send an email or trigger a Lambda function with custom logic. There are step-by-step instructions for delivering SNS notifications to a Teams channel in this article: https://repost.aws/knowledge-center/sns-lambda-webhooks-chime-slack-teams
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Thanks @Leo K. I was under the impression that Eventbridge was the preferred method but I'll use CloudWatch.