@@ -119,7 +119,7 @@ def __init__(
119119 cluster_clone_lambda = Function (
120120 self ,
121121 "AuroraCloneLambda" ,
122- runtime = Runtime .PYTHON_3_10 ,
122+ runtime = Runtime .PYTHON_3_14 ,
123123 timeout = Duration .minutes (15 ),
124124 code = self .lambda_source_code ("aurora_clone.py" ),
125125 handler = "index.lambda_handler" ,
@@ -167,7 +167,7 @@ def __init__(
167167 cluster_status_lambda = Function (
168168 self ,
169169 "AuroraStatusCheckLambda" ,
170- runtime = Runtime .PYTHON_3_10 ,
170+ runtime = Runtime .PYTHON_3_14 ,
171171 timeout = Duration .minutes (15 ),
172172 code = self .lambda_source_code ("aurora_check_status.py" ),
173173 handler = "index.lambda_handler" ,
@@ -183,7 +183,7 @@ def __init__(
183183 aurora_delete_clone_lambda = Function (
184184 self ,
185185 "AuroraDeleteClusterLambda" ,
186- runtime = Runtime .PYTHON_3_10 ,
186+ runtime = Runtime .PYTHON_3_14 ,
187187 timeout = Duration .minutes (15 ),
188188 code = self .lambda_source_code ("aurora_delete_clone.py" ),
189189 handler = "index.lambda_handler" ,
0 commit comments