tanghongbin 5 anni fa
parent
commit
daf4ccb310
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      AnsjerPush/test.py

+ 5 - 0
AnsjerPush/test.py

@@ -0,0 +1,5 @@
+import boto3
+
+client = boto3.client('cloudwatch')
+response = client.get_dashboard()
+print(response)