Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update logging lambda to nodejs20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Apr 4, 2024
1 parent 381c04c commit 31cc117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg-app/templates/mgmt/forward-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Resources:
Type: AWS::Lambda::Function
Properties:
FunctionName: "restyled-forward-logs"
Runtime: nodejs16.x
Runtime: nodejs20.x
Code:
S3Bucket: infra.restyled.io
S3Key: !Sub src/logdna-cloudwatch/${LogDNACloudWatchVersion}.zip
Expand Down

0 comments on commit 31cc117

Please sign in to comment.