Skip to content

Commit 958243a

Browse files
authored
Function: add support for Python 3.9 (#1317)
1 parent 52982ff commit 958243a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/resources/src/Function.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const supportedRuntimes = [
3535
lambda.Runtime.PYTHON_3_6,
3636
lambda.Runtime.PYTHON_3_7,
3737
lambda.Runtime.PYTHON_3_8,
38+
lambda.Runtime.PYTHON_3_9,
3839
lambda.Runtime.DOTNET_CORE_1,
3940
lambda.Runtime.DOTNET_CORE_2,
4041
lambda.Runtime.DOTNET_CORE_2_1,
@@ -83,6 +84,7 @@ export interface FunctionProps
8384
| "python3.6"
8485
| "python3.7"
8586
| "python3.8"
87+
| "python3.9"
8688
| "dotnetcore1.0"
8789
| "dotnetcore2.0"
8890
| "dotnetcore2.1"

0 commit comments

Comments
 (0)