# File lib/fog/aws/requests/lambda/list_functions.rb, line 17 def list_functions(params={}) request({ :method => 'GET', :path => '/functions/', :parser => Fog::AWS::Parsers::Lambda::Base.new }.merge(params)) end