Skip to content

Commit 2287de7

Browse files
authored
doc: Replace EOL nodejs16.x from README (#3398)
1 parent 2f5c502 commit 2287de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Resources:
2626
MyFunction:
2727
Type: AWS::Serverless::Function
2828
Properties:
29-
Runtime: nodejs16.x
29+
Runtime: nodejs18.x
3030
Handler: index.handler
3131
InlineCode: |
3232
exports.handler = async (event) => {
@@ -56,7 +56,7 @@ Resources:
5656
}
5757
Handler: index.handler
5858
Role: !GetAtt MyFunctionRole.Arn
59-
Runtime: nodejs16.x
59+
Runtime: nodejs18.x
6060
Tags:
6161
- Key: lambda:createdBy
6262
Value: SAM

0 commit comments

Comments
 (0)