pipeline/ocr/sfn_semaphore/__init__.py [50:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: cdk.Construct,
        id: str,
        ddb_lock_table: dynamodb.Table,
        lock_id_attr: str,
        **kwargs,
    ):
        super().__init__(scope, id, **kwargs)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pipeline/ocr/sfn_semaphore/__init__.py [186:194]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: cdk.Construct,
        id: str,
        ddb_lock_table: dynamodb.Table,
        lock_id_attr: str,
        **kwargs,
    ):
        super().__init__(scope, id, **kwargs)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



