import boto3 from utils import dynamo_fetch print('************ISRC METADATA***************') response = dynamo_fetch.get_isrc(label_id=6971, isrc='GBZUZ0900064') print(response) print('************PRODUCTS ISRC APPEARS ON***************') response = dynamo_fetch.get_products_isrc_found_on(label_id=6971, isrc='GBZUZ0900064') print(response) # response = dynamo_fetch.get_product(label_id=6971, product_id=176991) # print(response) # response = dynamo_fetch.get_isrcs_on_product(label_id=6971, product_id=176991) # print(response)