Skip to content

Commit

Permalink
fix: sls and lambda nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rene84 committed Nov 17, 2023
1 parent 55708c1 commit 4081229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Resources:
Type: AWS::Lambda::Function
Properties:
FunctionName: my-lambda
Runtime: nodejs12.x
Runtime: nodejs18.x
Role: !GetAtt LambdaRole.Arn
Handler: index.handler
Code:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ service: workload

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs18.x

# you can overwrite defaults here
# stage: dev
Expand Down

0 comments on commit 4081229

Please sign in to comment.