@orcabus/platform-cdk-constructs 0.0.51 → 0.0.53
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/.jsii +70 -5
- package/api-gateway/api-gateway.js +1 -1
- package/deployment-stack-pipeline/artifact-bucket.js +1 -1
- package/deployment-stack-pipeline/pipeline.js +1 -1
- package/dynamodb/index.js +2 -2
- package/ecs/index.js +1 -1
- package/lambda/index.js +1 -1
- package/lambda/layers/icav2_tools/poetry.lock +6 -6
- package/lambda/layers/icav2_tools/pyproject.toml +6 -2
- package/monitored-queue/index.js +1 -1
- package/named-lambda-role/index.js +1 -1
- package/package.json +15 -15
- package/provider-function/index.js +1 -1
- package/shared-config/networking.js +2 -2
- package/shared-config/slack.js +1 -1
package/.jsii
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@aws-cdk/aws-lambda-python-alpha": "^2.
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
10
|
+
"@aws-cdk/aws-lambda-python-alpha": "^2.208.0-alpha.0",
|
|
11
|
+
"aws-cdk-lib": "^2.208.0",
|
|
12
12
|
"constructs": "^10.4.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -192,6 +192,19 @@
|
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
|
+
"aws-cdk-lib.aws_aiops": {
|
|
196
|
+
"targets": {
|
|
197
|
+
"dotnet": {
|
|
198
|
+
"package": "Amazon.CDK.AWS.AIOps"
|
|
199
|
+
},
|
|
200
|
+
"java": {
|
|
201
|
+
"package": "software.amazon.awscdk.services.aiops"
|
|
202
|
+
},
|
|
203
|
+
"python": {
|
|
204
|
+
"module": "aws_cdk.aws_aiops"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
195
208
|
"aws-cdk-lib.aws_amazonmq": {
|
|
196
209
|
"targets": {
|
|
197
210
|
"dotnet": {
|
|
@@ -1584,6 +1597,19 @@
|
|
|
1584
1597
|
}
|
|
1585
1598
|
}
|
|
1586
1599
|
},
|
|
1600
|
+
"aws-cdk-lib.aws_evs": {
|
|
1601
|
+
"targets": {
|
|
1602
|
+
"dotnet": {
|
|
1603
|
+
"package": "Amazon.CDK.AWS.EVS"
|
|
1604
|
+
},
|
|
1605
|
+
"java": {
|
|
1606
|
+
"package": "software.amazon.awscdk.services.evs"
|
|
1607
|
+
},
|
|
1608
|
+
"python": {
|
|
1609
|
+
"module": "aws_cdk.aws_evs"
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1587
1613
|
"aws-cdk-lib.aws_finspace": {
|
|
1588
1614
|
"targets": {
|
|
1589
1615
|
"dotnet": {
|
|
@@ -2520,6 +2546,19 @@
|
|
|
2520
2546
|
}
|
|
2521
2547
|
}
|
|
2522
2548
|
},
|
|
2549
|
+
"aws-cdk-lib.aws_mpa": {
|
|
2550
|
+
"targets": {
|
|
2551
|
+
"dotnet": {
|
|
2552
|
+
"package": "Amazon.CDK.AWS.MPA"
|
|
2553
|
+
},
|
|
2554
|
+
"java": {
|
|
2555
|
+
"package": "software.amazon.awscdk.services.mpa"
|
|
2556
|
+
},
|
|
2557
|
+
"python": {
|
|
2558
|
+
"module": "aws_cdk.aws_mpa"
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2523
2562
|
"aws-cdk-lib.aws_msk": {
|
|
2524
2563
|
"targets": {
|
|
2525
2564
|
"dotnet": {
|
|
@@ -2650,6 +2689,19 @@
|
|
|
2650
2689
|
}
|
|
2651
2690
|
}
|
|
2652
2691
|
},
|
|
2692
|
+
"aws-cdk-lib.aws_odb": {
|
|
2693
|
+
"targets": {
|
|
2694
|
+
"dotnet": {
|
|
2695
|
+
"package": "Amazon.CDK.AWS.ODB"
|
|
2696
|
+
},
|
|
2697
|
+
"java": {
|
|
2698
|
+
"package": "software.amazon.awscdk.services.odb"
|
|
2699
|
+
},
|
|
2700
|
+
"python": {
|
|
2701
|
+
"module": "aws_cdk.aws_odb"
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2653
2705
|
"aws-cdk-lib.aws_omics": {
|
|
2654
2706
|
"targets": {
|
|
2655
2707
|
"dotnet": {
|
|
@@ -3794,6 +3846,19 @@
|
|
|
3794
3846
|
}
|
|
3795
3847
|
}
|
|
3796
3848
|
},
|
|
3849
|
+
"aws-cdk-lib.aws_workspacesinstances": {
|
|
3850
|
+
"targets": {
|
|
3851
|
+
"dotnet": {
|
|
3852
|
+
"package": "Amazon.CDK.AWS.WorkspacesInstances"
|
|
3853
|
+
},
|
|
3854
|
+
"java": {
|
|
3855
|
+
"package": "software.amazon.awscdk.services.workspacesinstances"
|
|
3856
|
+
},
|
|
3857
|
+
"python": {
|
|
3858
|
+
"module": "aws_cdk.aws_workspacesinstances"
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3797
3862
|
"aws-cdk-lib.aws_workspacesthinclient": {
|
|
3798
3863
|
"targets": {
|
|
3799
3864
|
"dotnet": {
|
|
@@ -3996,7 +4061,7 @@
|
|
|
3996
4061
|
"stability": "experimental"
|
|
3997
4062
|
},
|
|
3998
4063
|
"homepage": "https://github.com/OrcaBus/platform-cdk-construct.git",
|
|
3999
|
-
"jsiiVersion": "5.8.
|
|
4064
|
+
"jsiiVersion": "5.8.16",
|
|
4000
4065
|
"keywords": [],
|
|
4001
4066
|
"license": "MIT",
|
|
4002
4067
|
"metadata": {
|
|
@@ -6756,6 +6821,6 @@
|
|
|
6756
6821
|
"symbolId": "shared-config/slack:SlackAlerts"
|
|
6757
6822
|
}
|
|
6758
6823
|
},
|
|
6759
|
-
"version": "0.0.
|
|
6760
|
-
"fingerprint": "
|
|
6824
|
+
"version": "0.0.53",
|
|
6825
|
+
"fingerprint": "Z/Y4Nn+69hLu0UbNR8gRF0PTjsmSDphmBgX3a7EkdaQ="
|
|
6761
6826
|
}
|
|
@@ -15,7 +15,7 @@ const aws_lambda_1 = require("aws-cdk-lib/aws-lambda");
|
|
|
15
15
|
const aws_route53_targets_1 = require("aws-cdk-lib/aws-route53-targets");
|
|
16
16
|
const config_1 = require("./config");
|
|
17
17
|
class OrcaBusApiGateway extends constructs_1.Construct {
|
|
18
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.apigateway.OrcaBusApiGateway", version: "0.0.
|
|
18
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.apigateway.OrcaBusApiGateway", version: "0.0.53" };
|
|
19
19
|
/**
|
|
20
20
|
* The AWS region where the API Gateway is deployed.
|
|
21
21
|
*/
|
|
@@ -13,7 +13,7 @@ exports.CROSS_DEPLOYMENT_ARTIFACT_BUCKET_NAME = "orcabus-cross-deployment-codepi
|
|
|
13
13
|
exports.CROSS_DEPLOYMENT_ARTIFACT_KMS_ALIAS = "orcabus-cross-deployment-codepipeline-artifact";
|
|
14
14
|
exports.CROSS_DEPLOYMENT_ARTIFACT_KMS_ARN_SSM_PARAMETER_NAME = "/orcabus/deployment-stack-pipeline/artifact-bucket/kms-key-arn";
|
|
15
15
|
class CrossDeploymentArtifactBucket extends constructs_1.Construct {
|
|
16
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.CrossDeploymentArtifactBucket", version: "0.0.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.CrossDeploymentArtifactBucket", version: "0.0.53" };
|
|
17
17
|
/**
|
|
18
18
|
* The S3 bucket used to store artifacts for cross-deployment pipelines.
|
|
19
19
|
*/
|
|
@@ -32,7 +32,7 @@ exports.DEFAULT_SYNTH_STEP_PARTIAL_BUILD_SPEC = {
|
|
|
32
32
|
* before using this construct.
|
|
33
33
|
*/
|
|
34
34
|
class DeploymentStackPipeline extends constructs_1.Construct {
|
|
35
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "0.0.
|
|
35
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "0.0.53" };
|
|
36
36
|
/**
|
|
37
37
|
* The code pipeline construct that is created.
|
|
38
38
|
*/
|
package/dynamodb/index.js
CHANGED
|
@@ -40,7 +40,7 @@ const dynamodb = __importStar(require("aws-cdk-lib/aws-dynamodb"));
|
|
|
40
40
|
const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
41
41
|
const config_1 = require("./config");
|
|
42
42
|
class DynamoDbPartitionedConstruct extends constructs_1.Construct {
|
|
43
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbPartitionedConstruct", version: "0.0.
|
|
43
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbPartitionedConstruct", version: "0.0.53" };
|
|
44
44
|
table;
|
|
45
45
|
constructor(scope, id, props) {
|
|
46
46
|
super(scope, id);
|
|
@@ -75,7 +75,7 @@ class DynamoDbPartitionedConstruct extends constructs_1.Construct {
|
|
|
75
75
|
}
|
|
76
76
|
exports.DynamoDbPartitionedConstruct = DynamoDbPartitionedConstruct;
|
|
77
77
|
class DynamoDbNonPartitionedConstruct extends constructs_1.Construct {
|
|
78
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbNonPartitionedConstruct", version: "0.0.
|
|
78
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbNonPartitionedConstruct", version: "0.0.53" };
|
|
79
79
|
table;
|
|
80
80
|
constructor(scope, id, props) {
|
|
81
81
|
super(scope, id);
|
package/ecs/index.js
CHANGED
|
@@ -55,7 +55,7 @@ exports.LAMBDA_ARCHITECTURE_MAP = {
|
|
|
55
55
|
['ARM64']: lambda.Architecture.ARM_64
|
|
56
56
|
};
|
|
57
57
|
class EcsFargateTaskConstruct extends constructs_1.Construct {
|
|
58
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.ecs.EcsFargateTaskConstruct", version: "0.0.
|
|
58
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.ecs.EcsFargateTaskConstruct", version: "0.0.53" };
|
|
59
59
|
cluster;
|
|
60
60
|
taskDefinition;
|
|
61
61
|
taskExecutionRole;
|
package/lambda/index.js
CHANGED
|
@@ -56,7 +56,7 @@ function getPythonUvDockerImage() {
|
|
|
56
56
|
return aws_cdk_lib_1.DockerImage.fromBuild(path_1.default.join(__dirname, 'build_python'));
|
|
57
57
|
}
|
|
58
58
|
class PythonUvFunction extends aws_lambda_python_alpha_1.PythonFunction {
|
|
59
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "0.0.
|
|
59
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "0.0.53" };
|
|
60
60
|
// Class constructs, to be used for caching the layers
|
|
61
61
|
// This means that if there are multiple lambdas throughout the stack
|
|
62
62
|
// They will all use the same layer
|
|
@@ -1124,21 +1124,21 @@ test = ["websockets"]
|
|
|
1124
1124
|
|
|
1125
1125
|
[[package]]
|
|
1126
1126
|
name = "wrapica"
|
|
1127
|
-
version = "2.37.0.
|
|
1127
|
+
version = "2.37.0.dev20250731075657"
|
|
1128
1128
|
description = "Secondary level functions for ICAv2 based off libica"
|
|
1129
1129
|
optional = false
|
|
1130
|
-
python-versions = "
|
|
1130
|
+
python-versions = "<3.13,>=3.12"
|
|
1131
1131
|
groups = ["main"]
|
|
1132
1132
|
files = [
|
|
1133
|
-
{file = "wrapica-2.37.0.
|
|
1134
|
-
{file = "wrapica-2.37.0.
|
|
1133
|
+
{file = "wrapica-2.37.0.dev20250731075657-py3-none-any.whl", hash = "sha256:25b50698f2dcd31375f210acea468f13f967cb207c971c1046363b373797494a"},
|
|
1134
|
+
{file = "wrapica-2.37.0.dev20250731075657.tar.gz", hash = "sha256:6fa73905c90a0d0f7eb7c3898c06be83cd459aa83d0be1c986e280c4361138de"},
|
|
1135
1135
|
]
|
|
1136
1136
|
|
|
1137
1137
|
[package.dependencies]
|
|
1138
1138
|
beautifulsoup4 = ">=4.10.0,<5"
|
|
1139
1139
|
cwl_utils = ">=0.38,<1"
|
|
1140
1140
|
libica = ">=3.0"
|
|
1141
|
-
pandas = ">=2.2.2"
|
|
1141
|
+
pandas = ">=2.2.2,<3"
|
|
1142
1142
|
PyJWT = ">=2.8.0,<3"
|
|
1143
1143
|
"ruamel.base" = ">=1.0.0,<2"
|
|
1144
1144
|
"ruamel.yaml" = ">=0.18.0,<0.19"
|
|
@@ -1159,4 +1159,4 @@ reference = "testpypi"
|
|
|
1159
1159
|
[metadata]
|
|
1160
1160
|
lock-version = "2.1"
|
|
1161
1161
|
python-versions = ">3.12,<3.13"
|
|
1162
|
-
content-hash = "
|
|
1162
|
+
content-hash = "54b0a46d02e2f14b20643b25d73cfe556a2998de9b4fb116dddc1ae35d169b6e"
|
|
@@ -15,7 +15,7 @@ repository = "https://github.com/orcabus/platform-cdk-constructs"
|
|
|
15
15
|
|
|
16
16
|
[tool.poetry.dependencies]
|
|
17
17
|
python = ">3.12,<3.13"
|
|
18
|
-
wrapica = "2.37.0.
|
|
18
|
+
wrapica = "2.37.0.dev20250801071834"
|
|
19
19
|
|
|
20
20
|
[tool.poetry.group.dev]
|
|
21
21
|
optional = true
|
|
@@ -25,7 +25,11 @@ pytest = "^7.0.0" # For testing only
|
|
|
25
25
|
# For typehinting only, not required at runtime
|
|
26
26
|
mypy-boto3-secretsmanager = ">=1.34.0, <2"
|
|
27
27
|
|
|
28
|
+
[[tool.poetry.source]]
|
|
29
|
+
name = "PyPI"
|
|
30
|
+
priority = "primary"
|
|
31
|
+
|
|
28
32
|
[[tool.poetry.source]]
|
|
29
33
|
name = "testpypi"
|
|
30
34
|
url = "https://test.pypi.org/simple/"
|
|
31
|
-
priority = "supplemental"
|
|
35
|
+
priority = "supplemental"
|
package/monitored-queue/index.js
CHANGED
|
@@ -13,7 +13,7 @@ const aws_cloudwatch_actions_1 = require("aws-cdk-lib/aws-cloudwatch-actions");
|
|
|
13
13
|
* SNS topic.
|
|
14
14
|
*/
|
|
15
15
|
class MonitoredQueue extends constructs_1.Construct {
|
|
16
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.monitoredQueue.MonitoredQueue", version: "0.0.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.monitoredQueue.MonitoredQueue", version: "0.0.53" };
|
|
17
17
|
queue;
|
|
18
18
|
deadLetterQueue;
|
|
19
19
|
alarm;
|
|
@@ -7,7 +7,7 @@ const aws_iam_1 = require("aws-cdk-lib/aws-iam");
|
|
|
7
7
|
* A construct which represents a named role that a Lambda function can assume.
|
|
8
8
|
*/
|
|
9
9
|
class NamedLambdaRole extends aws_iam_1.Role {
|
|
10
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.namedLambdaRole.NamedLambdaRole", version: "0.0.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.namedLambdaRole.NamedLambdaRole", version: "0.0.53" };
|
|
11
11
|
constructor(scope, id, props) {
|
|
12
12
|
super(scope, id, {
|
|
13
13
|
assumedBy: new aws_iam_1.ServicePrincipal("lambda.amazonaws.com"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orcabus/platform-cdk-constructs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.53",
|
|
4
4
|
"description": "CDK Package for OrcaBus infrastructure.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
"organization": true
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"aws-cdk": "
|
|
27
|
-
"aws-cdk-lib": "2.195.0",
|
|
28
|
-
"@aws-cdk/aws-lambda-python-alpha": "2.195.0-alpha.0",
|
|
29
|
-
"@types/node": "^22.13.10",
|
|
30
|
-
"constructs": "10.4.2",
|
|
31
|
-
"jsii": "^5.8.3",
|
|
32
|
-
"jsii-pacmak": "^1.110.0",
|
|
33
|
-
"publib": "^0.2.965",
|
|
34
|
-
"typedoc": "^0.28.2",
|
|
35
|
-
"typedoc-plugin-markdown": "^4.6.2",
|
|
26
|
+
"@aws-cdk/aws-lambda-python-alpha": "2.208.0-alpha.0",
|
|
36
27
|
"@types/jest": "^29.5.14",
|
|
28
|
+
"@types/node": "^22.17.0",
|
|
29
|
+
"aws-cdk": "^2.1023.0",
|
|
30
|
+
"aws-cdk-lib": "^2.208.0",
|
|
31
|
+
"constructs": "10.4.2",
|
|
37
32
|
"jest": "^29.7.0",
|
|
38
|
-
"
|
|
33
|
+
"jsii": "^5.8.16",
|
|
34
|
+
"jsii-pacmak": "^1.112.0",
|
|
35
|
+
"publib": "^0.2.1005",
|
|
36
|
+
"ts-jest": "^29.4.0",
|
|
37
|
+
"typedoc": "^0.28.8",
|
|
38
|
+
"typedoc-plugin-markdown": "^4.8.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"aws-cdk-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
41
|
+
"@aws-cdk/aws-lambda-python-alpha": "^2.208.0-alpha.0",
|
|
42
|
+
"aws-cdk-lib": "^2.208.0",
|
|
43
|
+
"constructs": "^10.4.2"
|
|
44
44
|
},
|
|
45
45
|
"stability": "experimental",
|
|
46
46
|
"jsii": {
|
|
@@ -15,7 +15,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
|
15
15
|
* to the provider framework.
|
|
16
16
|
*/
|
|
17
17
|
class ProviderFunction extends constructs_1.Construct {
|
|
18
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.provider.ProviderFunction", version: "0.0.
|
|
18
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.provider.ProviderFunction", version: "0.0.53" };
|
|
19
19
|
_function;
|
|
20
20
|
_response;
|
|
21
21
|
constructor(scope, id, props) {
|
|
@@ -23,7 +23,7 @@ exports.VPC_LOOKUP_PROPS = {
|
|
|
23
23
|
* Helper for looking up the shared OrcaBus VPC.
|
|
24
24
|
*/
|
|
25
25
|
class OrcaBusVpc {
|
|
26
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusVpc", version: "0.0.
|
|
26
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusVpc", version: "0.0.53" };
|
|
27
27
|
/**
|
|
28
28
|
* The shared VPC that is used by OrcaBus.
|
|
29
29
|
* @param scope
|
|
@@ -42,7 +42,7 @@ exports.SHARED_SECURITY_GROUP_NAME = "OrcaBusSharedComputeSecurityGroup";
|
|
|
42
42
|
* Helper for looking up the shared compute security group by name.
|
|
43
43
|
*/
|
|
44
44
|
class OrcaBusSharedComputeSecurityGroup {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusSharedComputeSecurityGroup", version: "0.0.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusSharedComputeSecurityGroup", version: "0.0.53" };
|
|
46
46
|
/**
|
|
47
47
|
* The shared security group that is used by compute resources to access the database.
|
|
48
48
|
* @param scope
|
package/shared-config/slack.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.SLACK_ALERTS_SNS_TOPIC = "AwsChatBotTopic-alerts";
|
|
|
11
11
|
* A helper class to construct the arn for the slack SNS topic.
|
|
12
12
|
*/
|
|
13
13
|
class SlackAlerts {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.slack.SlackAlerts", version: "0.0.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.slack.SlackAlerts", version: "0.0.53" };
|
|
15
15
|
/**
|
|
16
16
|
* Format the ARN for the slack alerts SNS topic for the current stack.
|
|
17
17
|
* @param stack
|