diff --git a/air-tech/__main__.py b/air-tech/__main__.py index a4e7ec2..601d90f 100644 --- a/air-tech/__main__.py +++ b/air-tech/__main__.py @@ -55,7 +55,7 @@ private_subnet2 = ec2.Subnet( availability_zone="us-east-2b", map_public_ip_on_launch=False ) -repo = ecr.Repository("repo") +repo = awsx.ecr.Repository("repo") # ecs_task_execution_role = iam.Role("ecsExecutionRole", # path="/",