chore: correct ecr repository

This commit is contained in:
Alexander Hosking 2023-09-07 01:07:16 -04:00
parent dfcef80c41
commit af91a155c5

View File

@ -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="/",