UNPKG

open-next-cdk

Version:

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

7 lines (6 loc) 159 B
import { constructStack } from "@smithy/middleware-stack"; export class Command { constructor() { this.middlewareStack = constructStack(); } }