TIL - AWS Summit - Eventbridge

Posted on Mon 28 September 2020 in TIL

Eventbridge can translate a lot of useful internal Amazon events into a call to say a Lamdba, so you can drive custom behaviour from those events. For example: high vulnerabilities in your pushed ECR image could trigger lambda to fire off an alert(or delete the image).