UNPKG

awscdk-construct-hls-session-runner

Version:

AWS CDK construct for deploying a Lambda function and SFN state machines to fetch an HLS manifest

7 lines (6 loc) 291 B
export interface SessionRequirement { pointInSeconds: number; sessionVolume: number; } export declare function getDesiredSessionVolume(eventStartTime: Date, requirements: SessionRequirement[]): number; export declare function getAbsoluteUrl(parent: string, current: string): string;