class Aws::Lambda::Client

def invoke(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • invoke(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Invoke - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To invoke a Lambda function asynchronously -
    Example: Example: To invoke a Lambda function -

Returns:
  • (Types::InvocationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :qualifier (String) --
  • :payload (String, StringIO, File) --
  • :client_context (String) --
  • :log_type (String) --
  • :invocation_type (String) --
  • :function_name (required, String) --
def invoke(params = {}, options = {})
  req = build_request(:invoke, params)
  req.send_request(options)
end