tanghongbin 5 лет назад
Родитель
Сommit
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)