Skip to content

Commit

Permalink
Merge branch 'main' into otaviom/sso-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 14, 2024
2 parents c7cbe60 + 27619cc commit 4ac5bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export class Runtime {

/**
* The Python 3.8 runtime (python3.8)
* @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python runtime.
*/
public static readonly PYTHON_3_8 = new Runtime('python3.8', RuntimeFamily.PYTHON, {
supportsInlineCode: true,
Expand Down

0 comments on commit 4ac5bf6

Please sign in to comment.