This is a simple POC to see if a lambda can talk to graphQL-product to fetch release metadata for
DDEX RDR creation

To run locally:

Add to the bottom of index.py:

if __name__ == "__main__":
    handler(None, None)

Run `python index.py` in your terminal
