scripts/ssmAutomationExecute.py [7:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    req_type = event['RequestType']
    print(event)

    SUCCESS = "SUCCESS"
    FAILED = "FAILED"

    def start_ssmautomation(event):
        doc_name = event['ResourceProperties']['DocumentName']
        ecr_repo = event['ResourceProperties']['ECRRepoName']
        stack_name = event['ResourceProperties']['StackName']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



templates/quickstart-dotnet-serverless-cicd.yml [657:666]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              req_type = event['RequestType']
              print(event)
          
              SUCCESS = "SUCCESS"
              FAILED = "FAILED"
          
              def start_ssmautomation(event):
                  doc_name = event['ResourceProperties']['DocumentName']
                  ecr_repo = event['ResourceProperties']['ECRRepoName']
                  stack_name = event['ResourceProperties']['StackName']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



