@nikovirtala/projen-constructs
    Preparing search index...

    Interface LambdaFunctionCodeBundleOptions

    interface LambdaFunctionCodeBundleOptions {
        bundlingOptions?: BundlingOptions;
        constructFile?: string;
        constructName?: string;
        entrypoint: string;
        extension: string;
    }
    Index

    Properties

    bundlingOptions?: BundlingOptions
    constructFile?: string
    constructName?: string
    entrypoint: string
    extension: string