Skip to content

Commit

Permalink
updated nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
tipuq committed Feb 12, 2021
1 parent bb9bdae commit 958c392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"Arn"
]
},
"Runtime": "nodejs6.10",
"Runtime": "nodejs12.x",
"Timeout": 120,
"Environment": {
"Variables": {
Expand Down
2 changes: 1 addition & 1 deletion sms-notifier/sms-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Resources:
callback(null, snsPublishSuccessMessage); //return success
});
};
Runtime: nodejs8.10
Runtime: nodejs12.x

AwsHealthEventRule:
Type: AWS::Events::Rule
Expand Down

0 comments on commit 958c392

Please sign in to comment.