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)