UNPKG

open-next-cdk

Version:

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

6 lines (5 loc) 182 B
export declare const ENV_PROFILE = "AWS_PROFILE"; export declare const DEFAULT_PROFILE = "default"; export declare const getProfileName: (init: { profile?: string; }) => string;