UNPKG

awscdk-construct-scte-scheduler

Version:

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

10 lines (9 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoAuthSigner = void 0; class NoAuthSigner { async sign(httpRequest, identity, signingProperties) { return httpRequest; } } exports.NoAuthSigner = NoAuthSigner;