Skip to content

Commit ef679da

Browse files
chore: cleaning
1 parent 835b12b commit ef679da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/frameworks/cdkFramework.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ export class CdkFramework implements IFramework {
335335
const lambdaInfo = {
336336
//cdkPath: this.node.defaultChild?.node.path ?? this.node.path,
337337
stackName: this.stack.stackName,
338-
stack: this.stack,
339-
rootStack: rootStack,
340338
rootStackName: rootStack.stackName,
341339
codePath: props.entry,
342340
code: props.code,
@@ -518,7 +516,6 @@ export class CdkFramework implements IFramework {
518516
return {
519517
cdkPath: lambda.cdkPath,
520518
stackName: lambda.stackName,
521-
stackCdkPath: lambda.stackCdkPath,
522519
rootStackName: lambda.rootStackName,
523520
packageJsonPath,
524521
codePath,
@@ -602,7 +599,6 @@ export class CdkFramework implements IFramework {
602599
return lambdas as {
603600
cdkPath: string;
604601
stackName: string;
605-
stackCdkPath: string;
606602
rootStackName: string;
607603
codePath?: string;
608604
code: {

0 commit comments

Comments
 (0)