lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
11 lines (10 loc) • 419 B
TypeScript
import type { GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
import { Readable } from "node:stream";
/**
* @internal
*/
export declare function getAwsChunkedEncodingStream(stream: Readable, options: GetAwsChunkedEncodingStreamOptions): Readable;
/**
* @internal
*/
export declare function getAwsChunkedEncodingStream(stream: ReadableStream, options: GetAwsChunkedEncodingStreamOptions): ReadableStream;