From ece08b5d1a822aba6cc88a63e8531b862c2fa8c4 Mon Sep 17 00:00:00 2001 From: Joni Harker Date: Fri, 27 Sep 2024 09:31:01 -0700 Subject: [PATCH] [IT-3547] Update lambda-batch-trigger version --- templates/batch/sc-batch-fargate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/batch/sc-batch-fargate.yaml b/templates/batch/sc-batch-fargate.yaml index 3034663..5567e55 100644 --- a/templates/batch/sc-batch-fargate.yaml +++ b/templates/batch/sc-batch-fargate.yaml @@ -274,7 +274,7 @@ Resources: BatchTrigger: Type: 'AWS::CloudFormation::Stack' Properties: - TemplateURL: 'https://bootstrap-awss3cloudformationbucket-19qromfd235z9.s3.amazonaws.com/lambda-batch-trigger/0.1.2/lambda-batch-trigger.yaml' + TemplateURL: 'https://bootstrap-awss3cloudformationbucket-19qromfd235z9.s3.amazonaws.com/lambda-batch-trigger/0.1.3/lambda-batch-trigger.yaml' Parameters: JobName: !Ref AWS::StackName JobQueue: !Ref JobQueue