@karmaniverous/smoz
    Preparing search index...

    Type Alias AppServerlessConfig

    AppServerlessConfig: {
        defaultHandlerFileExport: string;
        defaultHandlerFileName: string;
        httpContextEventMap: SecurityContextHttpEventMap;
    }

    Zod schema for implementation-wide Serverless config.

    Extracted to keep App.ts slim and focused on orchestration.

    Type Declaration

    • defaultHandlerFileExport: string
    • defaultHandlerFileName: string

      Used to construct default handler string if missing on a function

    • httpContextEventMap: SecurityContextHttpEventMap

      Context -> event fragment to merge into generated http events