UNPKG

@serverless-stack/nextjs-lambda

Version:

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

6 lines (5 loc) 263 B
declare type CreateServerlessConfigResult = { restoreUserConfig: () => Promise<void>; }; export default function createServerlessConfig(workPath: string, entryPath: string, useServerlessTraceTarget: boolean): Promise<CreateServerlessConfigResult>; export {};