Skip to content

Commit

Permalink
update nodejs runtime to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiq-dev committed Mar 10, 2024
1 parent 7f7006e commit bb28bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stacks/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Resources:
Type: AWS::Lambda::Function
Properties:
FunctionName: dresume
Runtime: nodejs14.x
Runtime: nodejs20.x
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
Code:
Expand Down

0 comments on commit bb28bd9

Please sign in to comment.