UNPKG

cdk-lambda-subminute

Version:

A construct for deploying a Lambda function that can be invoked every time unit less than one minute.

5 lines 172 B
import {Service} from '../service'; import {Signer} from '../cloudfront/signer'; export class CloudFrontCustomizations extends Service { static Signer: typeof Signer; }