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)