Documentation ¶
Overview ¶
package client provides the function to make a RPC request to a lambda function and read the response.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Invoke ¶
Invoke makes the request to the local lambda function running on the address specified in addr. data is the payload used in the request, eg. a JSON to be passed to the lambda function as body. If the lambda returned an error then this function will return the error message in the error interface
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.