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 79e331b commit 618b591Copy full SHA for 618b591
python/rpdk/typescript/codegen.py
@@ -37,7 +37,7 @@ def validate_no(value):
37
class TypescriptLanguagePlugin(LanguagePlugin):
38
MODULE_NAME = __name__
39
NAME = "typescript"
40
- RUNTIME = "nodejs14.x"
+ RUNTIME = "nodejs18.x"
41
ENTRY_POINT = "dist/handlers.entrypoint"
42
TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
43
CODE_URI = "./"
0 commit comments