Jelajahi Sumber

测试boto3

tanghongbin 5 tahun lalu
induk
melakukan
daf4ccb310
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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)