Method: Awspec::Helper::Finder::Lambda#select_all_lambda_functions
- Defined in:
- lib/awspec/helper/finder/lambda.rb
#select_all_lambda_functions ⇒ Object
31 32 33 34 35 |
# File 'lib/awspec/helper/finder/lambda.rb', line 31 def select_all_lambda_functions lambda_client.list_functions.map do |response| response.functions end.flatten end |