Ir para o conteúdo

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 Resposta
2
Resposta aceita

Hello.

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

ESPECIALISTA

respondido há 2 anos

ESPECIALISTA

avaliado há 2 anos

ESPECIALISTA

avaliado há 2 anos

ESPECIALISTA

avaliado há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.