openwebsolns

Results 3 comments of 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,...

@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...