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
automatically rolls back unhealthy service deployments without the need for manual intervention. Use `circuitBreaker` to enable
400
+
deployment circuit breaker and optionally enable `rollback` for automatic rollback. See [Using the deployment circuit breaker](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html)
401
+
for more details.
402
+
403
+
```ts
404
+
const service =newApplicationLoadBalancedFargateService(stack, 'Service', {
0 commit comments