Skip to content

Instantly share code, notes, and snippets.

@tecmaverick
Created September 17, 2018 09:11
Show Gist options
  • Save tecmaverick/ef306f158501b89f6b3abb56bac01957 to your computer and use it in GitHub Desktop.
Save tecmaverick/ef306f158501b89f6b3abb56bac01957 to your computer and use it in GitHub Desktop.
SQL Query to list all AWS Event sources
SELECT eventsource
FROM <Replace_With_CloudTrail_Table_Name>
GROUP BY eventsource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment