Skip to content

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.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years 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.