tanghongbin hace 5 años
padre
commit
daf4ccb310
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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)