浏览代码

测试boto3

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)