UNPKG

open-next-cdk

Version:

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

3 lines (2 loc) 169 B
import { MiddlewareStack } from "@smithy/types"; export declare const constructStack: <Input extends object, Output extends object>() => MiddlewareStack<Input, Output>;