From 875495558b581438417c6787892023f782f4a1fa Mon Sep 17 00:00:00 2001 From: Mustapha Unubi Momoh Date: Sun, 8 Dec 2024 06:54:57 -0500 Subject: [PATCH] Update runtime versions in template.yaml --- next_steps/operations/streaming_events/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next_steps/operations/streaming_events/template.yaml b/next_steps/operations/streaming_events/template.yaml index 32a1e30e..51f05518 100644 --- a/next_steps/operations/streaming_events/template.yaml +++ b/next_steps/operations/streaming_events/template.yaml @@ -93,7 +93,7 @@ Resources: Properties: CodeUri: lambdas/getRecommendations Handler: getRecommendations.handler - Runtime: python3.7 + Runtime: python3.10 Role: !GetAtt [LambdaRole, Arn] MemorySize: 1024 Environment: @@ -106,7 +106,7 @@ Resources: Properties: CodeUri: lambdas/putevents Handler: putevents.handler - Runtime: nodejs12.x + Runtime: nodejs20.x Role: !GetAtt [LambdaRole, Arn] Events: Stream: