@gradientedge/cdk-utils-aws 2.15.0 → 2.17.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.
|
@@ -7,6 +7,8 @@ import { BaseProps } from '@gradientedge/cdk-utils-common';
|
|
|
7
7
|
*/
|
|
8
8
|
/** @category Interface */
|
|
9
9
|
export interface CommonStackProps extends BaseProps, StackProps {
|
|
10
|
+
/** The root domain name for the deployment */
|
|
11
|
+
domainName: string;
|
|
10
12
|
/** The AWS region for resource deployment */
|
|
11
13
|
region: string;
|
|
12
14
|
/** Optional project identifier used in resource naming */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils-aws",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "AWS CDK utilities for @gradientedge/cdk-utils",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"dist/src/"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
18
|
-
"@aws-sdk/credential-providers": "3.
|
|
19
|
-
"@aws-sdk/types": "3.973.
|
|
17
|
+
"@aws-sdk/client-secrets-manager": "3.1060.0",
|
|
18
|
+
"@aws-sdk/credential-providers": "3.1060.0",
|
|
19
|
+
"@aws-sdk/types": "3.973.10",
|
|
20
20
|
"@types/lodash": "4.17.24",
|
|
21
21
|
"app-root-path": "3.1.0",
|
|
22
22
|
"aws-cdk-lib": "2.257.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lodash": "4.18.1",
|
|
25
25
|
"moment": "2.30.1",
|
|
26
26
|
"uuid": "14.0.0",
|
|
27
|
-
"@gradientedge/cdk-utils-common": "2.
|
|
27
|
+
"@gradientedge/cdk-utils-common": "2.10.0"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"gradientedge",
|