You want to record an event to CloudWatch when a CloudWatch LogMetricFilter is tripped? 😕
r
rapid-engineer-12203
04/04/2023, 8:45 PM
yes
l
little-cartoon-10569
04/04/2023, 8:46 PM
Why? Isn't the information already in CloudWatch?
little-cartoon-10569
04/04/2023, 8:47 PM
And to answer the question: you would need to do this yourself. Maybe you could have a lambda inspecting the topic, and doing something with CloudWatch after?
little-cartoon-10569
04/04/2023, 8:48 PM
Alarms are for sending notifications. CloudWatch is a database of events, not a notification-sending service. You cannot do what you've described natively, it's not what the services were designed for.