@@ -0,0 +1,5 @@
+import boto3
+
+client = boto3.client('cloudwatch')
+response = client.get_dashboard()
+print(response)