diff --git a/scripts/aws/phonehome.py b/scripts/aws/phonehome.py index 4267f37..b4a7876 100644 --- a/scripts/aws/phonehome.py +++ b/scripts/aws/phonehome.py @@ -18,6 +18,7 @@ def lambda_handler(event, context): encoded_data = json.dumps(props).encode("utf-8") url = props["url"] + print(props) try: response = http.request(