scripts/ssmAutomationExecute.py [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'Update': start_ssmautomation
    }

    try:
        actions.get(req_type)(event)    
    except Exception as exc:
        error_msg = {'Error': '{}'.format(exc)}
        print(error_msg)
        cfnresponse.send(event, context, FAILED, error_msg)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



templates/quickstart-dotnet-serverless-cicd.yml [714:722]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  'Update': start_ssmautomation
              }
          
              try:
                  actions.get(req_type)(event)    
              except Exception as exc:
                  error_msg = {'Error': '{}'.format(exc)}
                  print(error_msg)
                  cfnresponse.send(event, context, FAILED, error_msg)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



