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

Commit

Permalink
chore(lambda): update lambda runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
kschelonka committed Nov 17, 2023
1 parent a57bc39 commit 1bfd195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/base/ApplicationVersionedLambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ import { Construct } from 'constructs';

export enum LAMBDA_RUNTIMES {
PYTHON38 = 'python3.8',
NODEJS12 = 'nodejs12.x',
PYTHON39 = 'python3.9',
PYTHON310 = 'python3.10',
PYTHON311 = 'python3.11',
NODEJS14 = 'nodejs14.x',
NODEJS16 = 'nodejs16.x',
NODEJS18 = 'nodejs18.x',
NODEJS20 = 'nodejs20.x',
}

export interface ApplicationVersionedLambdaProps
Expand Down

0 comments on commit 1bfd195

Please sign in to comment.