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