@cfxlabsinc/b2b-services
    Preparing search index...

    Interface NxLambdaPluginOptions

    interface NxLambdaPluginOptions {
        buildLambdaTargetName?: string;
        serveTargetName?: string;
        testTargetName?: string;
    }
    Index

    Properties

    buildLambdaTargetName?: string

    Override the inferred target names if you need them different. Defaults pair with nx.json targetDefaults.

    serveTargetName?: string
    testTargetName?: string