Expand description
Core types for function execution.
Structs§
- Event
Payload - Trigger event payload for a function invocation.
- Function
Definition - Definition of a serverless function for deployment and execution.
- Function
Module - A compiled function module ready for execution.
- Function
Result - Result of a function invocation.
- LogEntry
- A single log entry from function execution.
- Resource
Limits - Resource limits for function execution.
Enums§
- LogLevel
- Log level for structured logging.
- Runtime
Type - Supported runtime types for serverless functions.