Kaynağa Gözat

测试boto3

tanghongbin 5 yıl önce
ebeveyn
işleme
daf4ccb310
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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)