Skip to content

Commit

Permalink
Update AWS Lambda function runtime to Nodejs v16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Aug 16, 2022
1 parent f3484a7 commit 0f9b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloud-formation-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Description: Logic of Tug
Runtime: nodejs12.x
Runtime: nodejs16.x
Handler: server.handler
CodeUri:
Bucket: {S3_LAMBDA_CODE_BUCKET}
Expand Down

0 comments on commit 0f9b8dd

Please sign in to comment.