apps/cloudwatch-dashboard/lambdas/list-models/handler.py [77:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    cw_client.put_dashboard(
        DashboardName=dashboard_name,
        DashboardBody=json.dumps(dashboard_body)
    )
    
    create_synthetics(dashboard_name)
    
def create_synthetics(dashboard_name):
    client = boto3.client('synthetics')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apps/cloudwatch-dashboard/lambdas/list-schedulers/handler.py [110:118]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cw_client.put_dashboard(
            DashboardName=dashboard_name,
            DashboardBody=json.dumps(dashboard_body)
        )
        
        create_synthetics(dashboard_name)
        
def create_synthetics(dashboard_name):
    client = boto3.client('synthetics')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



