Salta al contenuto

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 Risposta
2
Risposta accettata

Hello.

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

ESPERTO

con risposta 2 anni fa

ESPERTO

verificato 2 anni fa

ESPERTO

verificato 2 anni fa

ESPERTO

verificato 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.