UNPKG

@serverless-stack/nextjs-lambda

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

8 lines (7 loc) 267 B
export declare abstract class ThirdPartyIntegrationBase { nextConfigDir: string; outputHandlerDir: string; constructor(nextConfigDir: string, outputHandlerDir: string); abstract execute(): void; isPackagePresent(name: string): Promise<boolean>; }