-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudwatch-action: support alarm action lambda #28483
cloudwatch-action: support alarm action lambda #28483
Comments
This is awesome! Thank you @neilkuan |
hey @neilkuan, sorry for off-topic but where did you find this "lambda.alarms.cloudwatch.amazonaws.com"? on aws docs i've only seen "events.amazonaws.com" and it wasn't working for my case where i needed cloudwatch alarm to trigger a lambda, it started working with "lambda.alarms.cloudwatch.amazonaws.com" which i found by accident here 😅 |
Here. 😎 |
feat(cloudwatch-action): support alarm lambda action Closes #28483 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Describe the feature
Cloudwatch alarm action support Lambda now.
Let's add new alarm action for lambda
https://aws.amazon.com/tw/about-aws/whats-new/2023/12/amazon-cloudwatch-alarms-lambda-change-action/
cfn-cloudwatch-alarm-alarmactions
API_PutMetricAlarm
Use Case
For cloudwatch alarm action support Lambda now.
Proposed Solution
Now I already used this way to setting AlarmAction to Lambda Function.
I will Create another class like
LambdaAction(alarmLambda)
to support it !Other Information
No response
Acknowledgements
CDK version used
2.116.0
Environment details (OS name and version, etc.)
macOS 14.2.1
The text was updated successfully, but these errors were encountered: