You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a Lambda Function to be triggered by a CloudWatch Alarm requires one to create a SNS Topic and Lambda permission and wire them up correctly to the Alarm and Lambda function. These are boilerplate and feel like something we could shortcut so as to simplify the process of figuring this out. That said, I'm not sure what sort of barriers we want on the shortcuts we offer here. Any thoughts on if this makes the mark?
The text was updated successfully, but these errors were encountered:
CloudWatch API reference docs confirm that you can only use certain services as alarm actions, and lambda isn't included. So yeah, you need to stick an SNS topic in between the alarm and the Lambda.
Getting a Lambda Function to be triggered by a CloudWatch Alarm requires one to create a SNS Topic and Lambda permission and wire them up correctly to the Alarm and Lambda function. These are boilerplate and feel like something we could shortcut so as to simplify the process of figuring this out. That said, I'm not sure what sort of barriers we want on the shortcuts we offer here. Any thoughts on if this makes the mark?
The text was updated successfully, but these errors were encountered: