@webiny/pulumi-aws 5.43.5-beta.1 → 5.43.6-beta.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.
- package/apps/awsUtils.d.ts +1 -1
- package/constants.d.ts +1 -1
- package/constants.js +1 -1
- package/constants.js.map +1 -1
- package/package.json +12 -12
package/apps/awsUtils.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { PulumiApp } from "@webiny/pulumi";
|
|
2
2
|
export declare function getAwsAccountId(app: PulumiApp): import("@pulumi/pulumi").Output<string>;
|
|
3
|
-
export declare function getAwsRegion(app: PulumiApp): import("@pulumi/pulumi").Output<"
|
|
3
|
+
export declare function getAwsRegion(app: PulumiApp): import("@pulumi/pulumi").Output<"af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-4" | "ap-southeast-5" | "ap-southeast-7" | "ca-central-1" | "ca-west-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "il-central-1" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "cn-north-1" | "cn-northwest-1" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "eu-isoe-west-1">;
|
package/constants.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LAMBDA_RUNTIME: "
|
|
1
|
+
export declare const LAMBDA_RUNTIME: "nodejs22.x";
|
|
2
2
|
export declare const DEFAULT_PROD_ENV_NAMES: string[];
|
package/constants.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.LAMBDA_RUNTIME = exports.DEFAULT_PROD_ENV_NAMES = void 0;
|
|
7
7
|
var _aws = require("@pulumi/aws");
|
|
8
|
-
const LAMBDA_RUNTIME = exports.LAMBDA_RUNTIME = _aws.lambda.Runtime.
|
|
8
|
+
const LAMBDA_RUNTIME = exports.LAMBDA_RUNTIME = _aws.lambda.Runtime.NodeJS22dX;
|
|
9
9
|
const DEFAULT_PROD_ENV_NAMES = exports.DEFAULT_PROD_ENV_NAMES = ["prod", "production"];
|
|
10
10
|
|
|
11
11
|
//# sourceMappingURL=constants.js.map
|
package/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_aws","require","LAMBDA_RUNTIME","exports","lambda","Runtime","
|
|
1
|
+
{"version":3,"names":["_aws","require","LAMBDA_RUNTIME","exports","lambda","Runtime","NodeJS22dX","DEFAULT_PROD_ENV_NAMES"],"sources":["constants.ts"],"sourcesContent":["import { lambda } from \"@pulumi/aws\";\n\nexport const LAMBDA_RUNTIME = lambda.Runtime.NodeJS22dX;\n\nexport const DEFAULT_PROD_ENV_NAMES = [\"prod\", \"production\"];\n"],"mappings":";;;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAGE,WAAM,CAACC,OAAO,CAACC,UAAU;AAEhD,MAAMC,sBAAsB,GAAAJ,OAAA,CAAAI,sBAAA,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/pulumi-aws",
|
|
3
|
-
"version": "5.43.
|
|
3
|
+
"version": "5.43.6-beta.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/webiny/webiny-js.git"
|
|
@@ -16,22 +16,22 @@
|
|
|
16
16
|
"@pulumi/aws": "6.67.0",
|
|
17
17
|
"@pulumi/pulumi": "3.147.0",
|
|
18
18
|
"@pulumi/random": "4.17.0",
|
|
19
|
-
"@webiny/aws-sdk": "5.43.
|
|
20
|
-
"@webiny/cli-plugin-deploy-pulumi": "5.43.
|
|
21
|
-
"@webiny/pulumi": "5.43.
|
|
22
|
-
"@webiny/utils": "5.43.
|
|
23
|
-
"@webiny/wcp": "5.43.
|
|
19
|
+
"@webiny/aws-sdk": "5.43.6-beta.0",
|
|
20
|
+
"@webiny/cli-plugin-deploy-pulumi": "5.43.6-beta.0",
|
|
21
|
+
"@webiny/pulumi": "5.43.6-beta.0",
|
|
22
|
+
"@webiny/utils": "5.43.6-beta.0",
|
|
23
|
+
"@webiny/wcp": "5.43.6-beta.0",
|
|
24
24
|
"form-data": "4.0.4",
|
|
25
25
|
"lodash": "4.17.21",
|
|
26
26
|
"node-fetch": "2.6.7",
|
|
27
27
|
"zod": "3.23.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@webiny/api-page-builder": "5.43.
|
|
31
|
-
"@webiny/aws-layers": "5.43.
|
|
32
|
-
"@webiny/cli": "5.43.
|
|
33
|
-
"@webiny/feature-flags": "5.43.
|
|
34
|
-
"@webiny/project-utils": "5.43.
|
|
30
|
+
"@webiny/api-page-builder": "5.43.6-beta.0",
|
|
31
|
+
"@webiny/aws-layers": "5.43.6-beta.0",
|
|
32
|
+
"@webiny/cli": "5.43.6-beta.0",
|
|
33
|
+
"@webiny/feature-flags": "5.43.6-beta.0",
|
|
34
|
+
"@webiny/project-utils": "5.43.6-beta.0",
|
|
35
35
|
"chalk": "4.1.2",
|
|
36
36
|
"mime": "3.0.0",
|
|
37
37
|
"rimraf": "6.0.1",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
]
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "32e742e0043a9d4930d1c68c990eb6976882c820"
|
|
58
58
|
}
|