openwebsolns
openwebsolns
+1 on request. One work-around available today seems to be: ```js import * as monitoring from "cdk-monitoring-constructs"; // monitor = new monitoring.MonitoringFacade(...); // fargateService = cdk.FargateService instance monitor.addSegment( new monitoring.FargateServiceMonitoring(monitor,...
Any updates on this issue?
@nija-at The CDK way of achieving this also leads to another issue, briefly: a CloudFormation rollback results in the "API Gateway stage" receiving a deployment that does not match the...