Documents / @faasjs/dev / RuntimeContext
Type Alias: RuntimeContext
RuntimeContext =
object
Framework-managed context fields shared with plugins and handlers.
Indexable
[
key:string]:any
Properties
request_at?
optionalrequest_at?:string
Request creation marker used by logs and plugin labels.
request_id?
optionalrequest_id?:string
Request-scoped id used by logs and plugin labels.
runtime?
optionalruntime?:FuncRuntime
Runtime family currently executing the function.