scripts/ssmAutomationExecute.py [18:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        qs_bucket_prefix = event['ResourceProperties']['QSS3KeyPrefix']

        start_automation = ssm_cl.start_automation_execution(
            DocumentName= doc_name,
            Parameters={
                'ECRRepoName': [
                    ecr_repo
                ],
                'StackName': [
                    stack_name
                ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



templates/quickstart-dotnet-serverless-cicd.yml [670:680]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  qs_bucket_prefix = event['ResourceProperties']['QSS3KeyPrefix']
          
                  start_automation = ssm_cl.start_automation_execution(
                      DocumentName= doc_name,
                      Parameters={
                          'ECRRepoName': [
                              ecr_repo
                          ],
                          'StackName': [
                              stack_name
                          ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



