Skip to content

Commit

Permalink
Fix nodejs version in examples/template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jun 17, 2024
1 parent aebf0ea commit d7ebe92
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 nodejs20.x.
Runtime: nodejs20.x
Description: LambdaFunctioni of nodejs18.x.
Runtime: nodejs18.x
Code:
ZipFile:
"exports.handler = function(event, context){\n
Expand Down

0 comments on commit d7ebe92

Please sign in to comment.