Skip to content

Commit

Permalink
chore: Update runtime choices for create_function and create_layer sc…
Browse files Browse the repository at this point in the history
…ripts
  • Loading branch information
mathix420 committed Aug 21, 2024
1 parent 325b6f8 commit 16059fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pylone/questions/create_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
12 changes: 6 additions & 6 deletions pylone/questions/create_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 16059fc

Please sign in to comment.