I have a situation where I need to get all the events that has happened under a user name in AWS account.
I tried using boto3
client's lookup_events()
function to get all the events in last hour.
But it looks like some events are not updated immediately in the cloudtrail
.
I'm just wondering if there will be any delay that the events to show up in cloudtrail
lookup in AWS console
.