Skip to content

Commit 42ebae0

Browse files
committed
Removed suppression for delay custom resource as it's no longer needed
1 parent 8cd7e87 commit 42ebae0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/cdk/nagSuppressions.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,6 @@ export const nagSuppressions = (stack: Stack) => {
161161
}
162162
]
163163
)
164-
165-
// Suppress CDK-nag warning for the delay custom resource
166-
safeAddNagSuppression(
167-
stack,
168-
"/EpsAssistMeStack/IndexReadyDelay/CustomResourcePolicy/Resource",
169-
[{
170-
id: "AwsSolutions-IAM5",
171-
reason: "This is a temporary resource used only for creating a delay in the deployment sequence."
172-
}]
173-
)
174164
}
175165

176166
const safeAddNagSuppression = (stack: Stack, path: string, suppressions: Array<NagPackSuppression>) => {

0 commit comments

Comments
 (0)