We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192b0ef commit fe358f6Copy full SHA for fe358f6
sample-apps/blank-nodejs/template.yml
@@ -6,7 +6,7 @@ Resources:
6
Type: AWS::Serverless::Function
7
Properties:
8
Handler: index.handler
9
- Runtime: nodejs12.x
+ Runtime: nodejs18.x
10
CodeUri: function/.
11
Description: Call the AWS Lambda API
12
Timeout: 10
@@ -25,4 +25,4 @@ Resources:
25
Description: Dependencies for the blank sample app.
26
ContentUri: lib/.
27
CompatibleRuntimes:
28
- - nodejs12.x
+ - nodejs18.x
0 commit comments