tanghongbin 5 gadi atpakaļ
vecāks
revīzija
daf4ccb310
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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)