package
0.5.1
Repository: https://github.com/kapilt/apex.git
Documentation: pkg.go.dev

# Functions

ByName returns the plugin by `name`.
RegisterPlugin registers `plugin` by `name`.

# Constants

BuildHook is called when a build is started.
CleanHook is called when a build is complete.
Current alias name.
DeployHook is called after build and before a deploy.
Invocation types.
Invocation types.
OpenHook is called when the function configuration is first loaded.
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

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

Hook type.
InvocationType determines how an invocation request is made.