UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines 229 B
import { QueueAction } from './QueueAction'; import { QueueScheduler } from './QueueScheduler'; export const queueScheduler = new QueueScheduler(QueueAction); export const queue = queueScheduler; //# sourceMappingURL=queue.js.map