Documentation
¶
Index ¶
Constants ¶
View Source
const MaxRetries = 3
MaxLambdaRetries is the number of times to try invoking a function before giving up and returning an error
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WhiskClient ¶
func NewWhiskClient ¶
func NewWhiskClient() *WhiskClient
NewLambdaClient initializes a new LambdaClient
func (*WhiskClient) DeleteFunction ¶
func (l *WhiskClient) DeleteFunction(name string) error
func (WhiskClient) DeployFunction ¶
func (l WhiskClient) DeployFunction(conf WhiskFunctionConfig) error
func (*WhiskClient) Invoke ¶
func (l *WhiskClient) Invoke(name string, payload interface{}) (io.ReadCloser, error)
type WhiskFunctionConfig ¶
Click to show internal directories.
Click to hide internal directories.