# Functions
RegisterPlugin registers `plugin` by `name`.
# Constants
CurrentAlias name.
Invocation types.
Invocation types.
Invocation types.
# Structs
Config for a Lambda function.
Function represents a Lambda function, with configuration loaded from the "function.json" file on disk.
InvokeError records an error from an invocation.
# Interfaces
Builder reacts to the Build hook.
Cleaner reacts to the Clean hook.
Deployer reacts to the Deploy hook.
Opener reacts to the Open hook.
A Plugin is a chunk of isolated(ish) logic which reacts to various hooks within the system in order to implement specific features such as runtime inference or environment variable support.
# Type aliases
InvocationType determines how an invocation request is made.