UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

7 lines (6 loc) 241 B
import type { BuildMiddleware } from "@smithy/types"; /** * Inject to trace ID to request header to detect recursion invocation in Lambda. * @internal */ export declare const recursionDetectionMiddleware: () => BuildMiddleware<any, any>;