We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05ebc3 commit 69b92fbCopy full SHA for 69b92fb
packages/cdk/nagSuppressions.ts
@@ -95,7 +95,7 @@ export const nagSuppressions = (stack: Stack) => {
95
// Suppress IAM wildcard permissions for waiter function execution role policy
96
safeAddNagSuppression(
97
stack,
98
- "/EpsAssistMeStack/VectorIndex/SlackBotLambda/LambdaPutLogsManagedPolicy/Resource",
+ "/EpsAssistMeStack/VectorIndex/waiterLambda/LambdaPutLogsManagedPolicy/Resource",
99
[
100
{
101
id: "AwsSolutions-IAM5",
0 commit comments