tanghongbin il y a 5 ans
Parent
commit
daf4ccb310
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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)