Type alias ScheduledLambdaEvent<TApplicationConfig>

ScheduledLambdaEvent<TApplicationConfig>: BaseScheduledLambdaEvent & TApplicationConfig & {
    skip?: true;
}

Event with which scheduled handler gets invoked

Type Parameters

  • TApplicationConfig = unknown

    Application config set on asset stream level