@@ -74,6 +74,7 @@ describe("findLambdas", () => {
74
74
Python311Function : mockFunctionResource ( "python3.11" , [ "x86_64" ] ) ,
75
75
Python312Function : mockFunctionResource ( "python3.12" , [ "x86_64" ] ) ,
76
76
Python313Function : mockFunctionResource ( "python3.13" , [ "x86_64" ] ) ,
77
+ Python314Function : mockFunctionResource ( "python3.14" , [ "x86_64" ] ) ,
77
78
GoFunction : mockFunctionResource ( "go1.10" , [ "x86_64" ] ) ,
78
79
RefFunction : mockFunctionResource ( { Ref : "ValueRef" } , [ "arm64" ] ) ,
79
80
} ;
@@ -102,6 +103,7 @@ describe("findLambdas", () => {
102
103
mockLambdaFunction ( "Python311Function" , "python3.11" , RuntimeType . PYTHON , "x86_64" , ArchitectureType . x86_64 ) ,
103
104
mockLambdaFunction ( "Python312Function" , "python3.12" , RuntimeType . PYTHON , "x86_64" , ArchitectureType . x86_64 ) ,
104
105
mockLambdaFunction ( "Python313Function" , "python3.13" , RuntimeType . PYTHON , "x86_64" , ArchitectureType . x86_64 ) ,
106
+ mockLambdaFunction ( "Python314Function" , "python3.14" , RuntimeType . PYTHON , "x86_64" , ArchitectureType . x86_64 ) ,
105
107
mockLambdaFunction ( "GoFunction" , "go1.10" , RuntimeType . UNSUPPORTED , "x86_64" , ArchitectureType . x86_64 ) ,
106
108
mockLambdaFunction ( "RefFunction" , "nodejs14.x" , RuntimeType . NODE , "arm64" , ArchitectureType . ARM64 , {
107
109
Ref : "ValueRef" ,
0 commit comments