Skip to content

Commit 691c752

Browse files
committed
Merge master
2 parents e060cfc + b624566 commit 691c752

File tree

7 files changed

+537
-10
lines changed

7 files changed

+537
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Pipfile.lock
1313
# temp
1414
tmp/
1515
temp/
16+
17+
.project

templates/batch/sc-batch-fargate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Resources:
274274
BatchTrigger:
275275
Type: 'AWS::CloudFormation::Stack'
276276
Properties:
277-
TemplateURL: 'https://bootstrap-awss3cloudformationbucket-19qromfd235z9.s3.amazonaws.com/lambda-batch-trigger/0.1.2/lambda-batch-trigger.yaml'
277+
TemplateURL: 'https://bootstrap-awss3cloudformationbucket-19qromfd235z9.s3.amazonaws.com/lambda-batch-trigger/0.1.3/lambda-batch-trigger.yaml'
278278
Parameters:
279279
JobName: !Ref AWS::StackName
280280
JobQueue: !Ref JobQueue

0 commit comments

Comments
 (0)