From 25d778c97d80541566c8ec1f4aa1214f821f742c Mon Sep 17 00:00:00 2001 From: Christopher Lo <46541035+topher-lo@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:01:07 +0000 Subject: [PATCH] ci(fix): MInor syntax error --- aws/stack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aws/stack.py b/aws/stack.py index 198e2a738..8e16bf76b 100644 --- a/aws/stack.py +++ b/aws/stack.py @@ -158,7 +158,6 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None: domain_zone=hosted_zone, health_check_grace_period=Duration.seconds(150), public_load_balancer=True, - load_balancer=elbv2.Application, redirect_http=True, service_name="tracecat-fargate-fastapi", task_definition=task_definition,