src/main/resources/cdk_custom_resources/create_deployment_group.py [38:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        deployment_config_name_ = event['ResourceProperties']['DeploymentConfigName']
        service_role_arn_ = event['ResourceProperties']['ServiceRoleArn']
        blue_target_group_ = event['ResourceProperties']['BlueTargetGroup']
        green_target_group_ = event['ResourceProperties']['GreenTargetGroup']
        prod_listener_arn_ = event['ResourceProperties']['ProdListenerArn']
        test_listener_arn_ = event['ResourceProperties']['TestListenerArn']
        cluster_name_ = event['ResourceProperties']['EcsClusterName']
        service_name_ = event['ResourceProperties']['EcsServiceName']
        termination_wait_time = event['ResourceProperties']['TerminationWaitTime']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/resources/cdk_custom_resources/create_deployment_group.py [128:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        deployment_config_name_ = event['ResourceProperties']['DeploymentConfigName']
        service_role_arn_ = event['ResourceProperties']['ServiceRoleArn']
        blue_target_group_ = event['ResourceProperties']['BlueTargetGroup']
        green_target_group_ = event['ResourceProperties']['GreenTargetGroup']
        prod_listener_arn_ = event['ResourceProperties']['ProdListenerArn']
        test_listener_arn_ = event['ResourceProperties']['TestListenerArn']
        cluster_name_ = event['ResourceProperties']['EcsClusterName']
        service_name_ = event['ResourceProperties']['EcsServiceName']
        termination_wait_time = event['ResourceProperties']['TerminationWaitTime']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



