@@ -528,7 +528,7 @@ Resources:
528528 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
529529 CodeUri : src/bda_invoke_function/
530530 Handler : index.handler
531- Runtime : python3.12
531+ Runtime : python3.13
532532 Timeout : 900
533533 MemorySize : 4096
534534 Environment :
@@ -596,7 +596,7 @@ Resources:
596596 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
597597 CodeUri : src/processresults_function/
598598 Handler : index.handler
599- Runtime : python3.12
599+ Runtime : python3.13
600600 Timeout : 900
601601 MemorySize : 4096
602602 Environment :
@@ -687,7 +687,7 @@ Resources:
687687 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
688688 CodeUri : src/summarization_function/
689689 Handler : index.handler
690- Runtime : python3.12
690+ Runtime : python3.13
691691 Timeout : 900
692692 MemorySize : 4096
693693 Environment :
@@ -772,7 +772,7 @@ Resources:
772772 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
773773 CodeUri : src/bda_completion_function/
774774 Handler : index.handler
775- Runtime : python3.12
775+ Runtime : python3.13
776776 Timeout : 900
777777 MemorySize : 4096
778778 Environment :
@@ -908,7 +908,7 @@ Resources:
908908 Handler : index.lambda_handler
909909 LoggingConfig :
910910 LogGroup : !Ref HITLProcessLambdaLogGroup
911- Runtime : python3.12
911+ Runtime : python3.13
912912 Timeout : 300
913913 CodeUri : src/hitl-process-function/
914914 Role : !GetAtt HITLProcessLambdaRole.Arn
@@ -1007,7 +1007,7 @@ Resources:
10071007 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
10081008 CodeUri : src/hitl-wait-function/
10091009 Handler : index.lambda_handler
1010- Runtime : python3.12
1010+ Runtime : python3.13
10111011 Timeout : 60
10121012 MemorySize : 256
10131013 Environment :
@@ -1064,7 +1064,7 @@ Resources:
10641064 PermissionsBoundary : !If [HasPermissionsBoundary, !Ref PermissionsBoundaryArn, !Ref AWS::NoValue]
10651065 CodeUri : src/hitl-status-update-function/
10661066 Handler : index.handler
1067- Runtime : python3.12
1067+ Runtime : python3.13
10681068 Timeout : 300
10691069 MemorySize : 512
10701070 Environment :
0 commit comments