@gradientedge/cdk-utils 9.32.0 → 9.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,7 +25,7 @@ const common_1 = require("../../common");
|
|
|
25
25
|
* }
|
|
26
26
|
*/
|
|
27
27
|
class CommonStack extends aws_cdk_lib_1.Stack {
|
|
28
|
-
static NODEJS_RUNTIME = aws_lambda_1.Runtime.
|
|
28
|
+
static NODEJS_RUNTIME = aws_lambda_1.Runtime.NODEJS_22_X;
|
|
29
29
|
construct;
|
|
30
30
|
props;
|
|
31
31
|
constructor(parent, name, props) {
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ import { isDevStage } from '../../common'
|
|
|
23
23
|
* }
|
|
24
24
|
*/
|
|
25
25
|
export class CommonStack extends Stack {
|
|
26
|
-
public static NODEJS_RUNTIME = Runtime.
|
|
26
|
+
public static NODEJS_RUNTIME = Runtime.NODEJS_22_X
|
|
27
27
|
|
|
28
28
|
construct: CommonConstruct
|
|
29
29
|
props: CommonStackProps
|