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

Commit f36c667

Browse files
authored
Merge pull request #11 from nass-r/patch-4
Update cognito-creation-helper.template nodejs runtime version
2 parents 1b5a62a + bfd3785 commit f36c667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudformation/cognito-creation-helper.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Type": "AWS::Lambda::Function",
222222
"Properties": {
223223
"Handler": "index.handler",
224-
"Runtime": "nodejs",
224+
"Runtime": "nodejs4.3",
225225
"Role": { "Fn::GetAtt" : ["LambdaCreateCognitoExecutionRole", "Arn"] },
226226
"Code": {
227227
"ZipFile": {
@@ -299,7 +299,7 @@
299299
"Type": "AWS::Lambda::Function",
300300
"Properties": {
301301
"Handler": "index.handler",
302-
"Runtime": "nodejs",
302+
"Runtime": "nodejs4.3",
303303
"Role": { "Fn::GetAtt" : ["LambdaUpdateCognitoExecutionRole", "Arn"] },
304304
"Code": {
305305
"ZipFile": {

0 commit comments

Comments
 (0)