Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 5926485

Browse files
authored
chore(lambda): update lambda runtimes (#1093)
1 parent a57bc39 commit 5926485

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/base/ApplicationVersionedLambda.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ import { Construct } from 'constructs';
2323

2424
export enum LAMBDA_RUNTIMES {
2525
PYTHON38 = 'python3.8',
26-
NODEJS12 = 'nodejs12.x',
26+
PYTHON39 = 'python3.9',
27+
PYTHON310 = 'python3.10',
28+
PYTHON311 = 'python3.11',
2729
NODEJS14 = 'nodejs14.x',
2830
NODEJS16 = 'nodejs16.x',
31+
NODEJS18 = 'nodejs18.x',
32+
NODEJS20 = 'nodejs20.x',
2933
}
3034

3135
export interface ApplicationVersionedLambdaProps

0 commit comments

Comments
 (0)