You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that I want to post CloudTrail events to my company's Slack so I can see who is logging in etc. I think this is possible from Creating a Trail and assigning to my Golang function, e.g.
Yeah, I'm trying to implement this eventbridge for EKS Node Group creation to enable metrics, but there's no CloudTrail event type. Not sure if I need to marshal it myself. I don't see any PR's for this. Would be nice to have it supported.
My use case is that I want to post CloudTrail events to my company's Slack so I can see who is logging in etc. I think this is possible from Creating a Trail and assigning to my Golang function, e.g.
I can't seem to see a corresponding struct to map this event onto:
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-aws-console-sign-in-events.html
The text was updated successfully, but these errors were encountered: