Interface StreamLambdaEvent<TRecord>

Event with which stream handler gets invoked

Type Parameters

Hierarchy

  • RawStreamLambdaEvent<TRecord>
    • StreamLambdaEvent

Properties

app_connection: number

App connection id for app name provided in stream config

app_stream_id: number
asset_id: number

Event asset id

client_context?: {
    env: {
        API_KEY: string;
    };
}

Type declaration

  • env: {
        API_KEY: string;
    }
    • API_KEY: string
company_id: number

Company id

followable?: boolean
has_secrets?: boolean
is_completed: boolean

Is stream completed

Event metadata

records: TRecord[]

Event records