diff --git a/pylone/questions/create_function.py b/pylone/questions/create_function.py index 945cbdf..79e3b1a 100644 --- a/pylone/questions/create_function.py +++ b/pylone/questions/create_function.py @@ -18,12 +18,12 @@ "type": "list", "name": "runtime", "choices": [ - "nodejs12.x", "nodejs10.x", - "python3.8", "python3.7", "python3.6", "python2.7", - "ruby2.5", - "java11", "java8", - "dotnetcore2.1", - "go1.x" + "nodejs20.x","nodejs18.x", + "python3.12", "python3.11", "python3.10", "python3.9", + "ruby3.3", "ruby3.2", + "java21", "java17", "java11", "java8.al2", + "dotnet8", + "provided.al2023", "provided.al2" ], "message": "Function runtime" }, diff --git a/pylone/questions/create_layer.py b/pylone/questions/create_layer.py index b58aa4b..d6d0641 100644 --- a/pylone/questions/create_layer.py +++ b/pylone/questions/create_layer.py @@ -18,12 +18,12 @@ "type": "list", "name": "runtime", "choices": [ - "nodejs12.x", "nodejs10.x", - "python3.8", "python3.7", "python3.6", "python2.7", - "ruby2.5", - "java11", "java8", - "dotnetcore2.1", - "go1.x" + "nodejs20.x","nodejs18.x", + "python3.12", "python3.11", "python3.10", "python3.9", + "ruby3.3", "ruby3.2", + "java21", "java17", "java11", "java8.al2", + "dotnet8", + "provided.al2023", "provided.al2" ], "message": "Runtime of the layer" }