Skip to content

Commit 50f2e7e

Browse files
committed
cloudfront-apigw-rest-api-lambda-dynamodb-sam: Update runtime to nodejs22.x
1 parent c106953 commit 50f2e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudfront-apigw-rest-api-lambda-dynamodb-sam/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Handler: function.handler
3333
PackageType: "Zip"
3434
Tracing: Active
35-
Runtime: "nodejs16.x"
35+
Runtime: "nodejs22.x"
3636
Environment:
3737
Variables:
3838
DatabaseTable: !Ref DynamoDBTable

0 commit comments

Comments
 (0)