lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
14 lines (13 loc) • 387 B
TypeScript
import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
interface PreviouslyResolved {
bucketEndpoint?: boolean;
}
/**
* @internal
*/
export declare function bucketEndpointMiddleware(options: PreviouslyResolved): SerializeMiddleware<any, any>;
/**
* @internal
*/
export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions;
export {};