UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines (8 loc) 165 B
/** * Connect to the IoT Service */ declare function connect(): Promise<void>; export declare const LambdaConnection: { connect: typeof connect; }; export {};