diff --git a/cdk/app.py b/cdk/app.py index 933bb00..66d9b2a 100644 --- a/cdk/app.py +++ b/cdk/app.py @@ -91,7 +91,7 @@ def __init__(self, scope: Stack, id: str, **kwargs): ) # Enable Service Autoscaling - #self.autoscale = fargate_load_balanced_service.service.auto_scale_task_count( + #self.autoscale = self.fargate_load_balanced_service.service.auto_scale_task_count( # min_capacity=1, # max_capacity=10 #) @@ -350,4 +350,4 @@ def __init__(self, scope: Stack, id: str, **kwargs): # App Mesh workshop # FrontendServiceMesh(app, stack_name, env=_env) -app.synth() \ No newline at end of file +app.synth()