UNPKG

open-next-cdk

Version:

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

8 lines (7 loc) 88 B
/** * @internal */ export interface Request { destination: URL; body?: any; }