Skip to content

Commit 69b92fb

Browse files
committed
fix nag
1 parent a05ebc3 commit 69b92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/nagSuppressions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const nagSuppressions = (stack: Stack) => {
9595
// Suppress IAM wildcard permissions for waiter function execution role policy
9696
safeAddNagSuppression(
9797
stack,
98-
"/EpsAssistMeStack/VectorIndex/SlackBotLambda/LambdaPutLogsManagedPolicy/Resource",
98+
"/EpsAssistMeStack/VectorIndex/waiterLambda/LambdaPutLogsManagedPolicy/Resource",
9999
[
100100
{
101101
id: "AwsSolutions-IAM5",

0 commit comments

Comments
 (0)