Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 7b7be5b

Browse files
Update new lambda zip locations
1 parent 5e5b4ed commit 7b7be5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/git2s3.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
"Ref": "LambdaZipsBucket"
623623
},
624624
"S3Key": {
625-
"Fn::Sub": "${QSS3KeyPrefix}lambdas/CreateSSHKey.zip"
625+
"Fn::Sub": "${QSS3KeyPrefix}functions/packages/CreateSSHKey/lambda.zip"
626626
}
627627
}
628628
}
@@ -760,7 +760,7 @@
760760
"Ref": "LambdaZipsBucket"
761761
},
762762
"S3Key": {
763-
"Fn::Sub": "${QSS3KeyPrefix}lambdas/DeleteBucketContents.zip"
763+
"Fn::Sub": "${QSS3KeyPrefix}functions/packages/DeleteBucketContents/lambda.zip"
764764
}
765765
}
766766
}
@@ -910,7 +910,7 @@
910910
"Ref": "LambdaZipsBucket"
911911
},
912912
"S3Key": {
913-
"Fn::Sub": "${QSS3KeyPrefix}lambdas/GitPullS3.zip"
913+
"Fn::Sub": "${QSS3KeyPrefix}functions/packages/GitPullS3/lambda.zip"
914914
}
915915
}
916916
}
@@ -1003,7 +1003,7 @@
10031003
"Ref": "LambdaZipsBucket"
10041004
},
10051005
"S3Key": {
1006-
"Fn::Sub": "${QSS3KeyPrefix}lambdas/ZipDl.zip"
1006+
"Fn::Sub": "${QSS3KeyPrefix}functions/packages/ZipDl/lambda.zip"
10071007
}
10081008
},
10091009
"Runtime": "python2.7",

0 commit comments

Comments
 (0)