UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines (8 loc) 397 B
// we drop temporary files in this folder export const outputFolder = '.lldebugger'; // we drop compiled files in this folder export const assetsFolder = `${outputFolder}/assets`; // the period in which we receive events in Observability mode export const defaultObservableInterval = 3000; // the default name of the configuration file export const configFileDefaultName = 'lldebugger.config.ts';