Amazon web services – Create an Eventbridge rule from a Cloudtrail event in order to trigger a Lambda
I am trying to have a Lambda to trigger when a secret in aws Secrets Manager is rotated. So I am trying to use Cloudtrail for this. I am trying to follow this AWS documentation The documentation doesn't seem to…