Skip to content

Commit

Permalink
fix: remove irrevant update
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jan 18, 2024
1 parent da91441 commit a6ba118
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/aws-cdk-lib/aws-logs/lib/subscription-filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,5 @@ export class SubscriptionFilter extends Resource {
filterPattern: props.filterPattern.logPatternString,
filterName: this.physicalName,
});

// const cfnPermission = scope.node.tryFindChild('CanInvokeLambda') as lambda.CfnPermission;
// if (cfnPermission) {
// cfnSubscriptionFilter.addDependency(cfnPermission);
// }
}
}

0 comments on commit a6ba118

Please sign in to comment.