From dfc47e50565b278c905df30970681b908234c880 Mon Sep 17 00:00:00 2001 From: Adam Marshall Date: Fri, 21 Nov 2025 17:20:49 +0000 Subject: [PATCH] Update default Python runtime to version 3.14 Updated the default Python runtime version for Lambda functions from 3.9 to 3.14 since 3.9 is going out of support --- aws/rds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/rds.yaml b/aws/rds.yaml index 497aaed..346efd5 100644 --- a/aws/rds.yaml +++ b/aws/rds.yaml @@ -83,7 +83,7 @@ Parameters: pythonRuntime: Type: "String" Description: "Which python runtime to use for lambda functions" - Default: "python3.9" + Default: "python3.14" rouserSchedule: Type: "String" Description: "Schedule the lambda function to execute 5-10 minutes from now: format: at(yyyy-mm-ddThh:mm); eg: at(2024-06-18T12:30). Timezone is Europe/London (not UTC)"