apps/cloudwatch-dashboard/lambdas/list-models/handler.py [96:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    response = client.create_canary(
        Name=canary_name,
        Code={
            'S3Bucket': syn_source_bucket,
            'S3Key': syn_source_code,
            'Handler': 'dashboard-snapshot.handler'
        },
        ArtifactS3Location=artifacts_s3_path,
        ExecutionRoleArn=syn_execution_role,
        Schedule={ 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apps/cloudwatch-dashboard/lambdas/list-schedulers/handler.py [145:154]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    response = client.create_canary(
        Name=canary_name,
        Code={
            'S3Bucket': syn_source_bucket,
            'S3Key': syn_source_code,
            'Handler': 'dashboard-snapshot.handler'
        },
        ArtifactS3Location=artifacts_s3_path,
        ExecutionRoleArn=syn_execution_role,
        Schedule={ 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



