You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// const customResourceLambda = stack.node.findChild('Custom::S3AutoDeleteObjectsCustomResourceProvider').node.findChild('Handler') as lambda.CfnFunction;
100
-
101
-
// customResourceLambda.cfnOptions.metadata = {
102
-
// cfn_nag: {
103
-
// rules_to_suppress: [{
104
-
// id: 'W58',
105
-
// reason: `Lambda functions has the required permission to write CloudWatch Logs. It uses custom policy instead of arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole with tighter permissions.`
106
-
// },
107
-
// {
108
-
// id: 'W89',
109
-
// reason: `This is not a rule for the general case, just for specific use cases/industries`
110
-
// },
111
-
// {
112
-
// id: 'W92',
113
-
// reason: `Impossible for us to define the correct concurrency for clients`
114
-
// }]
115
-
// }
116
-
// };
117
-
118
-
// const modelDeployment = new s3d.BucketDeployment(stack, 'bucket-deployment', {
0 commit comments