Skip to content

Commit

Permalink
Merge pull request #39 from SonnyFishback/update-deprecated-runtime
Browse files Browse the repository at this point in the history
AWS is deprecating lambda runtime node16 in a few months
  • Loading branch information
yarbsemaj authored Feb 12, 2024
2 parents 7756af1 + 20329f0 commit c52b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:

provider:
name: aws
runtime: nodejs16.x
runtime: nodejs18.x
lambdaHashingVersion: 20201221
region: us-east-1 #Lambda@Edge must be deployed in us-east-1
stage: ${opt:stage, 'dev'}
Expand Down

0 comments on commit c52b9a1

Please sign in to comment.