UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 238 B
import type { SdkError } from "@smithy/types"; /** * @internal * @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code. */ export declare const defaultRetryDecider: (error: SdkError) => boolean;