Skip to main content

Module types

Module types 

Source
Expand description

Core types for function execution.

Structs§

EventPayload
Trigger event payload for a function invocation.
FunctionDefinition
Definition of a serverless function for deployment and execution.
FunctionModule
A compiled function module ready for execution.
FunctionResult
Result of a function invocation.
LogEntry
A single log entry from function execution.
ResourceLimits
Resource limits for function execution.

Enums§

LogLevel
Log level for structured logging.
RuntimeType
Supported runtime types for serverless functions.