UNPKG

open-next-cdk

Version:

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

5 lines (4 loc) 217 B
import { Runtime } from 'aws-cdk-lib/aws-lambda'; export declare const DEFAULT_STATIC_MAX_AGE: number; export declare const DEFAULT_STATIC_STALE_WHILE_REVALIDATE: number; export declare const LAMBDA_RUNTIME: Runtime;