Categorygithub.com/apex/invoke
modulepackage
2.0.1+incompatible
Repository: https://github.com/apex/invoke.git
Documentation: pkg.go.dev

# README

invoke

Lambda invocation utilities.

Badges

GoDoc


tjholowaychuk.com  ·  GitHub @tj  ·  Twitter @tjholowaychuk

# Functions

Async invokes function `name` asynchronously with the default client.
AsyncQualifier invokes function `name` (version or alias specified by `qualifier`) asynchronously with the default client.
InvokeAsync invokes function `name` asynchronously with the given `client`.
InvokeAsyncQualifier invokes function `name` (version or alias specified by `qualifier`) asynchronously with the given `client`.
InvokeSync invokes function `name` synchronously with the given `client`.
InvokeSyncQualifier invokes function `name` (version or alias specified by `qualifier`) synchronously with the given `client`.
Sync invokes function `name` synchronously with the default client.
Sync invokes function `name` (version or alias specified by `qualifier`) synchronously with the default client.

# Variables

DefaultAlias is the alias for function invocations.
DefaultClient is the default Lambda client.

# Structs

Error represents a Lambda error.

# Interfaces

Lambda interface.