Yan Tsipun

Results 4 comments of Yan Tsipun

Covered this in CDK: ``` class AlarmTags extends cdk.Construct { ... const sdkCall: customResource.AwsSdkCall = { service: "CloudWatch", action: "tagResource", physicalResourceId: customResource.PhysicalResourceId.of(`${alarmName}Tags`), parameters: { ResourceARN: alarmArn, Tags: tags } }...