UNPKG

cdk-lambda-subminute

Version:

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

3 lines (2 loc) 96 B
declare function regexTester(regex: RegExp): (string: string) => boolean; export = regexTester;