UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 241 B
import type { BuildMiddleware } from "@smithy/types"; /** * Inject to trace ID to request header to detect recursion invocation in Lambda. * @internal */ export declare const recursionDetectionMiddleware: () => BuildMiddleware<any, any>;