UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

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