modulepackage
2.0.1+incompatible
Repository: https://github.com/apex/invoke.git
Documentation: pkg.go.dev
# 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.
# Interfaces
Lambda interface.