UNPKG

open-next-cdk

Version:

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

6 lines (5 loc) 460 B
import { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types"; import { BucketEndpointResolvedConfig } from "./configurations"; export declare const bucketEndpointMiddleware: (options: BucketEndpointResolvedConfig) => BuildMiddleware<any, any>; export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions; export declare const getBucketEndpointPlugin: (options: BucketEndpointResolvedConfig) => Pluggable<any, any>;