Versions in this module Expand all Collapse all v0 v0.1.6 Jan 26, 2026 Changes in this version + type Client struct + func NewClient(httpCtx core.HTTPContext, creds aws.Credentials, region string) *Client + func (c *Client) Invoke(functionArn string, payload []byte) (*InvokeResult, error) + func (c *Client) ListFunctions() ([]FunctionSummary, error) + type ErrorResponse struct + ErrorMessage string + ErrorType string + Trace []string + type FunctionSummary struct + FunctionArn string + FunctionName string + type InvokeResult struct + FunctionError string + LogResult string + Payload []byte + RequestID string + type LambdaLogReport struct + BilledDuration string + Duration string + InitDuration string + MaxMemoryUsed string + MemorySize string + type RunFunction struct + func (c *RunFunction) Actions() []core.Action + func (c *RunFunction) Cancel(ctx core.ExecutionContext) error + func (c *RunFunction) Color() string + func (c *RunFunction) Configuration() []configuration.Field + func (c *RunFunction) Description() string + func (c *RunFunction) Documentation() string + func (c *RunFunction) ExampleOutput() map[string]any + func (c *RunFunction) Execute(ctx core.ExecutionContext) error + func (c *RunFunction) HandleAction(ctx core.ActionContext) error + func (c *RunFunction) HandleWebhook(ctx core.WebhookRequestContext) (int, error) + func (c *RunFunction) Icon() string + func (c *RunFunction) Label() string + func (c *RunFunction) Name() string + func (c *RunFunction) OutputChannels(configuration any) []core.OutputChannel + func (c *RunFunction) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error) + func (c *RunFunction) Setup(ctx core.SetupContext) error + type RunFunctionConfiguration struct + FunctionArn string + Payload any + type RunFunctionMetadata struct + FunctionArn string