Skip to content

Commit

Permalink
Merge branch 'master' into merge-back/1.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 16, 2021
2 parents bb5cfaa + aa32cf6 commit 766f656
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"Arn"
]
},
"Runtime": "nodejs14.x",
"Runtime": "nodejs12.x",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"Arn"
]
},
"Runtime": "nodejs14.x",
"Runtime": "nodejs12.x",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"Arn"
]
},
"Runtime": "nodejs14.x",
"Runtime": "nodejs12.x",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"Arn"
]
},
"Runtime": "nodejs14.x",
"Runtime": "nodejs12.x",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"Arn"
]
},
"Runtime": "nodejs14.x",
"Runtime": "nodejs12.x",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class NotificationsResourceHandler extends Construct {
Code: { ZipFile: `exports.handler = ${handler.toString()};` },
Handler: 'index.handler',
Role: role.roleArn,
Runtime: 'nodejs14.x',
Runtime: 'nodejs12.x',
Timeout: 300,
},
});
Expand Down

0 comments on commit 766f656

Please sign in to comment.