UNPKG

cdk-nextjs-standalone

Version:

Deploy a NextJS app to AWS using CDK and OpenNext.

9 lines (8 loc) 530 B
export declare const CACHE_BUCKET_KEY_PREFIX = "_cache"; export declare const NEXTJS_STATIC_DIR = "assets"; export declare const NEXTJS_BUILD_DIR = ".open-next"; export declare const NEXTJS_CACHE_DIR = "cache"; export declare const NEXTJS_BUILD_REVALIDATE_FN_DIR = "revalidation-function"; export declare const NEXTJS_BUILD_DYNAMODB_PROVIDER_FN_DIR = "dynamodb-provider"; export declare const NEXTJS_BUILD_IMAGE_FN_DIR = "image-optimization-function"; export declare const NEXTJS_BUILD_SERVER_FN_DIR = "server-functions/default";