Browse Source

测试boto3

tanghongbin 5 năm trước cách đây
mục cha
commit
daf4ccb310
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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)