tanghongbin преди 5 години
родител
ревизия
daf4ccb310
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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)