Skip to content

Instantly share code, notes, and snippets.

@timbaileyjones
Created May 22, 2020 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbaileyjones/f2c9a8b5e3945b687cb05ac0b43d7410 to your computer and use it in GitHub Desktop.
Save timbaileyjones/f2c9a8b5e3945b687cb05ac0b43d7410 to your computer and use it in GitHub Desktop.
put-dashboard-overview
import boto3
client = boto3.client(‘cloudwatch’)
response = client.put_dashboard(
DashboardName='string',
DashboardBody='string'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment