UNPKG

cdk-nextjs-standalone

Version:

Deploy a NextJS app to AWS using CDK and OpenNext.

4 lines (3 loc) 203 B
import { FunctionProps } from 'aws-cdk-lib/aws-lambda'; import { Construct } from 'constructs'; export declare function getCommonFunctionProps(scope: Construct): Omit<FunctionProps, 'code' | 'handler'>;