Eventbridge not invoked

0

Testing for WAF service whenever resource is created or deleted it will invoke my lambda. my eventbridge rule is: note: it is a part of my eventbridge rule i am working on 36 services resource creation & deletion { "source": ["aws.waf"], "detail-type": ["AWS API Call via CloudTrail"], "detail": { "eventName": ["CreateWebACL", "DeleteWebACL"] } } in cloudtrail history it is showing CreateWebACL & DeleteWebACL logs but not triggering eventbridge rule

1 Answer
2
Accepted Answer

Hello.

Try setting the source to "aws.wafv2".
"aws.waf" is an old AWS WAF event.

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
EXPERT
reviewed 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions