Method: Awspec::Helper::Finder::Lambda#select_all_lambda_functions
- Defined in:
- lib/awspec/helper/finder/lambda.rb
#select_all_lambda_functions ⇒ Object
25 26 27 28 29 |
# File 'lib/awspec/helper/finder/lambda.rb', line 25 def select_all_lambda_functions res = lambda_client.list_functions.map do |response| response.functions end.flatten end |