in infrastructure/ecs_stack.py [0:0]
def __init__(
self,
scope: core.Construct,
id: str,
image_name: str,
ecr_repository_name: str,
memory_limit_mib: int,
cpu: int,
**kwargs,