scripts/ssmAutomationExecute.py [31:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ],
                'QSS3KeyPrefix': [
                    qs_bucket_prefix
                ]
            },
        )

        cfnresponse.send(event, context, SUCCESS, start_automation, start_automation['AutomationExecutionId'])
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



templates/quickstart-dotnet-serverless-cicd.yml [689:696]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                          ],
                          'QSS3KeyPrefix': [
                              qs_bucket_prefix
                          ]
                      },
                  )
          
                  cfnresponse.send(event, context, SUCCESS, start_automation, start_automation['AutomationExecutionId'])
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



