Saltar al contenido

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

preguntada hace 2 años394 visualizaciones

1 Respuesta
2
Respuesta aceptada

Hello.

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

EXPERTO

respondido hace 2 años

EXPERTO

revisado hace 2 años

EXPERTO

revisado hace 2 años

EXPERTO

revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.