GradientEdge CDK Utils
    Preparing search index...
    interface LambdaEnvironment {
        LOG_LEVEL: string;
        NODE_ENV: string;
        REGION?: string;
        STAGE?: string;
        TZ: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    LOG_LEVEL: string

    The application log level (e.g. 'debug', 'info', 'warn', 'error')

    NODE_ENV: string

    The Node.js environment (e.g. 'production', 'development')

    REGION?: string

    Optional AWS region override

    STAGE?: string

    Optional deployment stage (e.g. 'dev', 'staging', 'prod')

    TZ: string

    The timezone for the function runtime