test.py 99 B

12345
  1. import boto3
  2. client = boto3.client('cloudwatch')
  3. response = client.get_dashboard()
  4. print(response)