File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments