AWS – List All Lambdas Across All Accounts
Recently I wanted to get a count of Lambdas in AWS across multiple accounts. The following script parses a list of accounts (from the saml2aws account format) and iterates through them. It prints out a file for each account (with…