def __init__()

in infrastructure/ecs_stack.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        id: str,
        image_name: str,
        ecr_repository_name: str,
        environment_vars: dict,
        memory_limit_mib: int,
        cpu: int,
        timeout_minutes: int,
        s3_filters: list,
        glue_db_name: str,
        input_bucket_name: str,
        output_bucket_name: str,
        topics_to_extract: [str],
        **kwargs,