code/lambda_layer/metadata-services/python/datastore.py [27:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        try:
            table.put_item(
                ConditionExpression = "attribute_not_exists(documentId)",
                Item = item
            )
            ret = {
                'Status': 200
            }
        except ClientError as e:
            print(e)
            ret = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



code/lambda_layer/metadata-services/python/datastore.py [172:182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        try:
            table.put_item(
                ConditionExpression = "attribute_not_exists(documentId)",
                Item = item
            )
            ret = {
                'Status': 200
            }
        except ClientError as e:
            print(e)
            ret  = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



