Skip to content

Commit

Permalink
Update nodejs 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 ff78656 commit aebf0ea
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 nodejs16.x.
Runtime: nodejs16.x
Description: LambdaFunctioni of nodejs20.x.
Runtime: nodejs20.x

Check failure on line 64 in examples/template.yml

View workflow job for this annotation

GitHub Actions / ubuntu-20.04

E3030 You must specify a valid value for Runtime (nodejs20.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]

Check failure on line 64 in examples/template.yml

View workflow job for this annotation

GitHub Actions / ubuntu-22.04

E3030 You must specify a valid value for Runtime (nodejs20.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]

Check failure on line 64 in examples/template.yml

View workflow job for this annotation

GitHub Actions / windows-2019

E3030 You must specify a valid value for Runtime (nodejs20.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]

Check failure on line 64 in examples/template.yml

View workflow job for this annotation

GitHub Actions / windows-2022

E3030 You must specify a valid value for Runtime (nodejs20.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]

Check failure on line 64 in examples/template.yml

View workflow job for this annotation

GitHub Actions / macos-12

E3030 You must specify a valid value for Runtime (nodejs20.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]
Code:
ZipFile:
"exports.handler = function(event, context){\n
Expand Down

0 comments on commit aebf0ea

Please sign in to comment.