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
Copy file name to clipboardExpand all lines: typescript/ecs/cluster/index.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ class ECSCluster extends cdk.Stack {
23
23
/**
24
24
* This lines seem to break the synth with the following error:
25
25
* Error: There is already a Construct with name 'SsmParameterValue:/aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id:C96584B6-F00A-464E-AD19-53AFF4B05118.Parameter' in ECSCluster [MyFirstEcsCluster]
26
-
* Hence, commenting out
26
+
* This will be investigated and code will be left for now. This will break build however.
0 commit comments