Amazon web services – Invoking AWS CloudWatch Event Rule by some event
I have an EventBridge rule that looks like this: { "source": ["redshift.amazonaws.com"], "detail-type": ["AWS API Call via CloudTrail"], "detail": { "eventSource": ["redshift.amazonaws.com"], "eventName": ["CreateCluster"], "requestParameters": { "clusterIdentifier": ["some-redshift-cluster"] } } } As you can see I want to invoke that…