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 (6 loc) 211 B
var IniLoader = require('./ini-loader').IniLoader; /** * Singleton object to load specified config/credentials files. * It will cache all the files ever loaded; */ module.exports.iniLoader = new IniLoader();