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) 270 B
/*! Copyright Kuu Miyazaki. SPDX-License-Identifier: MIT */ import { getOptions, setOptions } from './utils'; import parse from './parse'; import stringify from './stringify'; import * as types from './types'; export { parse, stringify, types, getOptions, setOptions };