# Functions
Async invokes function `name` asynchronously with the default client.
InvokeAsync invokes function `name` 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.