Skip to content

Commit

Permalink
fix: W2531 EOL runtime (nodejs10.x) specified (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored May 31, 2021
1 parent 39e09c7 commit 9e55281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Resources:
Properties:
FunctionName:
Fn::Sub: lambda-function-${EnvName}
Description: LambdaFunctioni of nodejs10.x.
Runtime: nodejs10.x
Description: LambdaFunctioni of nodejs12.x.
Runtime: nodejs12.x
Code:
ZipFile:
"exports.handler = function(event, context){\n
Expand Down

0 comments on commit 9e55281

Please sign in to comment.