UNPKG

awscdk-construct-hls-session-runner

Version:

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

5 lines (4 loc) 100 B
export declare function handler(event: any): Promise<{ urlList: any; timestamp: string; }>;