Skip to content

Commit

Permalink
remove conflicts in index.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed May 15, 2024
1 parent bf6760d commit f403e68
Show file tree
Hide file tree
Showing 8 changed files with 38,456 additions and 9,432 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,11 @@
"Ref": "EcsCluster97242B84"
},
"DeploymentConfiguration": {
"Alarms": {
"AlarmNames": [],
"Enable": false,
"Rollback": false
},
"MaximumPercent": 200,
"MinimumHealthyPercent": 50
},
Expand Down Expand Up @@ -648,6 +653,11 @@
"Ref": "EcsCluster97242B84"
},
"DeploymentConfiguration": {
"Alarms": {
"AlarmNames": [],
"Enable": false,
"Rollback": false
},
"MaximumPercent": 200,
"MinimumHealthyPercent": 50
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ class ServiceConnect extends cdk.Stack {
}
}

const app = new cdk.App();
const app = new cdk.App({
postCliContext: {
'@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm': false,
},
});
const stack = new ServiceConnect(app, 'aws-ecs-service-connect');

const test = new integ.IntegTest(app, 'ServiceConnect', {
Expand Down
Loading

0 comments on commit f403e68

Please sign in to comment.