UNPKG

cdk-lambda-subminute

Version:

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

7 lines (5 loc) 176 B
import {GlobalConfigInstance} from './lib/config'; export * from './lib/core'; export * from './clients/all'; export var config: GlobalConfigInstance export as namespace AWS;