-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pulumi-aws): put node 22 back in constants
- Loading branch information
1 parent
92ee3b9
commit b7d568f
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { lambda } from "@pulumi/aws"; | ||
|
||
export const LAMBDA_RUNTIME = lambda.Runtime.NodeJS20dX; | ||
export const LAMBDA_RUNTIME = lambda.Runtime.NodeJS22dX; | ||
|
||
export const DEFAULT_PROD_ENV_NAMES = ["prod", "production"]; |