We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632bed9 commit a64bac5Copy full SHA for a64bac5
README.md
@@ -371,6 +371,7 @@ This plugin currently supports the following AWS runtimes:
371
- python3.10
372
- python3.11
373
- python3.12
374
+- python3.13
375
- java8.al2
376
- java11
377
- java17
src/index.ts
@@ -28,6 +28,7 @@ const wrappableRuntimeList = [
28
"python3.10",
29
"python3.11",
30
"python3.12",
31
+ "python3.13",
32
"java8.al2",
33
"java11",
34
"java17",
0 commit comments