Skip to content

Commit 57c3a55

Browse files
authored
1 parent b60e30f commit 57c3a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudformation/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Resources:
450450
TargetArn: !Ref "DeadLetterTopic"
451451
PackageType: "Zip"
452452
Role: !GetAtt LambdaFunctionRole.Arn
453-
Runtime: "nodejs18.x"
453+
Runtime: "nodejs20.x"
454454
Timeout: 30
455455
VpcConfig:
456456
SecurityGroupIds:
@@ -483,7 +483,7 @@ Resources:
483483
TargetArn: !Ref "DeadLetterTopic"
484484
PackageType: "Zip"
485485
Role: !GetAtt LambdaFunctionRole.Arn
486-
Runtime: "nodejs18.x"
486+
Runtime: "nodejs20.x"
487487
Timeout: 30
488488
VpcConfig:
489489
SecurityGroupIds:

0 commit comments

Comments
 (0)