Skip to content

Commit

Permalink
Add support for PYTHON_311 runtime in aws-apprunner-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hiselitelordship committed May 11, 2024
1 parent c1a3075 commit 3c43a25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ export class Runtime {
*/
public static readonly PYTHON_3 = Runtime.of('PYTHON_3')

/**
* Python 3.11
*/
public static readonly PYTHON_311 = Runtime.of('PYTHON_311')

/**
* Ruby 3.1
*/
Expand Down

0 comments on commit 3c43a25

Please sign in to comment.