UNPKG

open-next-cdk

Version:

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

7 lines (6 loc) 592 B
import { FinalizeRequestMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types"; import { AwsAuthResolvedConfig } from "./awsAuthConfiguration"; export declare const awsAuthMiddleware: <Input extends object, Output extends object>(options: AwsAuthResolvedConfig) => FinalizeRequestMiddleware<Input, Output>; export declare const awsAuthMiddlewareOptions: RelativeMiddlewareOptions; export declare const getAwsAuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable<any, any>; export declare const getSigV4AuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable<any, any>;