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 8cd7e87 commit 42ebae0Copy full SHA for 42ebae0
packages/cdk/nagSuppressions.ts
@@ -161,16 +161,6 @@ export const nagSuppressions = (stack: Stack) => {
161
}
162
]
163
)
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
- )
174
175
176
const safeAddNagSuppression = (stack: Stack, path: string, suppressions: Array<NagPackSuppression>) => {
0 commit comments