UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

9 lines (8 loc) 284 B
import { SdkStream } from "@smithy/types"; import { Readable } from "stream"; /** * The function that mixes in the utility functions to help consuming runtime-specific payload stream. * * @internal */ export declare const sdkStreamMixin: (stream: unknown) => SdkStream<Readable>;