MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda-cdk / createLocalCommand

Method createLocalCommand

src/bundling.ts:123–135  ·  view source on GitHub ↗
(outputDir: string)

Source from the content-addressed store, hash-verified

121 //Local bundling
122 if (!props.forcedDockerBundling) { // only if Docker is not forced
123 const createLocalCommand = (outputDir: string) => {
124 return this.createBundlingCommand({
125 osPlatform,
126 manifest,
127 outputDir,
128 cargoLambdaFlags,
129 profile,
130 inputDir: projectRoot,
131 binaryName: props.binaryName,
132 architecture: props.architecture,
133 lambdaExtension: props.lambdaExtension,
134 });
135 };
136
137 this.local = {
138 tryBundle(outputDir: string) {

Callers

nothing calls this directly

Calls 1

createBundlingCommandMethod · 0.95

Tested by

no test coverage detected