@orcabus/platform-cdk-constructs 1.2.2 → 1.2.4
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 +2 -2
- 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/eventbridge-rules/sfn-slack-notification.js +1 -1
- package/lambda/index.js +1 -1
- package/lambda/layers/icav2_tools/poetry.lock +23 -22
- package/lambda/layers/icav2_tools/pyproject.toml +1 -1
- package/lambda/layers/icav2_tools/src/icav2_tools/aws_helpers.py +1 -0
- package/monitored-queue/index.js +1 -1
- package/named-lambda-role/index.js +1 -1
- package/package.json +1 -1
- package/provider-function/index.js +1 -1
- package/shared-config/networking.js +2 -2
- package/shared-config/slack.js +1 -1
package/.jsii
CHANGED
|
@@ -12020,6 +12020,6 @@
|
|
|
12020
12020
|
"symbolId": "shared-config/slack:SlackAlerts"
|
|
12021
12021
|
}
|
|
12022
12022
|
},
|
|
12023
|
-
"version": "1.2.
|
|
12024
|
-
"fingerprint": "
|
|
12023
|
+
"version": "1.2.4",
|
|
12024
|
+
"fingerprint": "kdUUYQOmzBW9Op0uyJhrrQI+WyAWsnTmyhSDFVXyY8s="
|
|
12025
12025
|
}
|
|
@@ -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: "1.2.
|
|
18
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.apigateway.OrcaBusApiGateway", version: "1.2.4" };
|
|
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: "1.2.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.CrossDeploymentArtifactBucket", version: "1.2.4" };
|
|
17
17
|
/**
|
|
18
18
|
* The S3 bucket used to store artifacts for cross-deployment pipelines.
|
|
19
19
|
*/
|
|
@@ -45,7 +45,7 @@ exports.DEFAULT_INSTALL_COMMANDS = [
|
|
|
45
45
|
* before using this construct.
|
|
46
46
|
*/
|
|
47
47
|
class DeploymentStackPipeline extends constructs_1.Construct {
|
|
48
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "1.2.
|
|
48
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "1.2.4" };
|
|
49
49
|
/**
|
|
50
50
|
* The code pipeline construct that is created.
|
|
51
51
|
*/
|
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: "1.2.
|
|
43
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbPartitionedConstruct", version: "1.2.4" };
|
|
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: "1.2.
|
|
78
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbNonPartitionedConstruct", version: "1.2.4" };
|
|
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: "1.2.
|
|
58
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.ecs.EcsFargateTaskConstruct", version: "1.2.4" };
|
|
59
59
|
cluster;
|
|
60
60
|
taskDefinition;
|
|
61
61
|
taskExecutionRole;
|
|
@@ -17,7 +17,7 @@ var SfnEventStatus;
|
|
|
17
17
|
SfnEventStatus["ABORTED"] = "ABORTED";
|
|
18
18
|
})(SfnEventStatus || (exports.SfnEventStatus = SfnEventStatus = {}));
|
|
19
19
|
class SfnSlackNotification extends constructs_1.Construct {
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.eventbridgeRule.SfnSlackNotification", version: "1.2.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.eventbridgeRule.SfnSlackNotification", version: "1.2.4" };
|
|
21
21
|
rule;
|
|
22
22
|
constructor(scope, id, props) {
|
|
23
23
|
super(scope, id);
|
package/lambda/index.js
CHANGED
|
@@ -57,7 +57,7 @@ function getPythonUvDockerImage() {
|
|
|
57
57
|
return aws_cdk_lib_1.DockerImage.fromBuild(path_1.default.join(__dirname, 'build_python'));
|
|
58
58
|
}
|
|
59
59
|
class PythonUvFunction extends aws_lambda_python_alpha_1.PythonFunction {
|
|
60
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "1.2.
|
|
60
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "1.2.4" };
|
|
61
61
|
// Class constructs, to be used for caching the layers
|
|
62
62
|
// This means that if there are multiple lambdas throughout the stack
|
|
63
63
|
// They will all use the same layer
|
|
@@ -77,17 +77,17 @@ chardet = ">=3.0.2"
|
|
|
77
77
|
|
|
78
78
|
[[package]]
|
|
79
79
|
name = "boto3"
|
|
80
|
-
version = "1.42.
|
|
80
|
+
version = "1.42.51"
|
|
81
81
|
description = "The AWS SDK for Python"
|
|
82
82
|
optional = false
|
|
83
83
|
python-versions = ">=3.9"
|
|
84
84
|
files = [
|
|
85
|
-
{file = "boto3-1.42.
|
|
86
|
-
{file = "boto3-1.42.
|
|
85
|
+
{file = "boto3-1.42.51-py3-none-any.whl", hash = "sha256:c3e75ab1c4df6b1049aecfae56d15f5ff99d68ec6a05f24741bab08ad5d5406e"},
|
|
86
|
+
{file = "boto3-1.42.51.tar.gz", hash = "sha256:a010376cdc2432faa6c3338f04591142a1374da1b7eba94b80c0c7f1b525eff7"},
|
|
87
87
|
]
|
|
88
88
|
|
|
89
89
|
[package.dependencies]
|
|
90
|
-
botocore = ">=1.42.
|
|
90
|
+
botocore = ">=1.42.51,<1.43.0"
|
|
91
91
|
jmespath = ">=0.7.1,<2.0.0"
|
|
92
92
|
s3transfer = ">=0.16.0,<0.17.0"
|
|
93
93
|
|
|
@@ -96,13 +96,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|
|
96
96
|
|
|
97
97
|
[[package]]
|
|
98
98
|
name = "botocore"
|
|
99
|
-
version = "1.42.
|
|
99
|
+
version = "1.42.51"
|
|
100
100
|
description = "Low-level, data-driven core of boto 3."
|
|
101
101
|
optional = false
|
|
102
102
|
python-versions = ">=3.9"
|
|
103
103
|
files = [
|
|
104
|
-
{file = "botocore-1.42.
|
|
105
|
-
{file = "botocore-1.42.
|
|
104
|
+
{file = "botocore-1.42.51-py3-none-any.whl", hash = "sha256:216c4c148f37f882c7239fce1d8023acdc664643952ce1d6827c7edc829903d3"},
|
|
105
|
+
{file = "botocore-1.42.51.tar.gz", hash = "sha256:d7b03905b8066c25dd5bde1b7dc4af15ebdbaa313abbb2543db179b1d5efae3d"},
|
|
106
106
|
]
|
|
107
107
|
|
|
108
108
|
[package.dependencies]
|
|
@@ -111,7 +111,7 @@ python-dateutil = ">=2.1,<3.0.0"
|
|
|
111
111
|
urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
|
|
112
112
|
|
|
113
113
|
[package.extras]
|
|
114
|
-
crt = ["awscrt (==0.
|
|
114
|
+
crt = ["awscrt (==0.31.2)"]
|
|
115
115
|
|
|
116
116
|
[[package]]
|
|
117
117
|
name = "cachecontrol"
|
|
@@ -332,13 +332,13 @@ testing = ["pytest (<9)", "pytest-mock"]
|
|
|
332
332
|
|
|
333
333
|
[[package]]
|
|
334
334
|
name = "fastapi"
|
|
335
|
-
version = "0.
|
|
335
|
+
version = "0.129.0"
|
|
336
336
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
337
337
|
optional = false
|
|
338
|
-
python-versions = ">=3.
|
|
338
|
+
python-versions = ">=3.10"
|
|
339
339
|
files = [
|
|
340
|
-
{file = "fastapi-0.
|
|
341
|
-
{file = "fastapi-0.
|
|
340
|
+
{file = "fastapi-0.129.0-py3-none-any.whl", hash = "sha256:b4946880e48f462692b31c083be0432275cbfb6e2274566b1be91479cc1a84ec"},
|
|
341
|
+
{file = "fastapi-0.129.0.tar.gz", hash = "sha256:61315cebd2e65df5f97ec298c888f9de30430dd0612d59d6480beafbc10655af"},
|
|
342
342
|
]
|
|
343
343
|
|
|
344
344
|
[package.dependencies]
|
|
@@ -355,13 +355,13 @@ standard-no-fastapi-cloud-cli = ["email-validator (>=2.0.0)", "fastapi-cli[stand
|
|
|
355
355
|
|
|
356
356
|
[[package]]
|
|
357
357
|
name = "filelock"
|
|
358
|
-
version = "3.
|
|
358
|
+
version = "3.24.2"
|
|
359
359
|
description = "A platform independent file lock."
|
|
360
360
|
optional = false
|
|
361
361
|
python-versions = ">=3.10"
|
|
362
362
|
files = [
|
|
363
|
-
{file = "filelock-3.
|
|
364
|
-
{file = "filelock-3.
|
|
363
|
+
{file = "filelock-3.24.2-py3-none-any.whl", hash = "sha256:667d7dc0b7d1e1064dd5f8f8e80bdac157a6482e8d2e02cd16fd3b6b33bd6556"},
|
|
364
|
+
{file = "filelock-3.24.2.tar.gz", hash = "sha256:c22803117490f156e59fafce621f0550a7a853e2bbf4f87f112b11d469b6c81b"},
|
|
365
365
|
]
|
|
366
366
|
|
|
367
367
|
[[package]]
|
|
@@ -959,13 +959,13 @@ files = [
|
|
|
959
959
|
|
|
960
960
|
[[package]]
|
|
961
961
|
name = "rdflib"
|
|
962
|
-
version = "7.
|
|
962
|
+
version = "7.6.0"
|
|
963
963
|
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
|
|
964
964
|
optional = false
|
|
965
965
|
python-versions = ">=3.8.1"
|
|
966
966
|
files = [
|
|
967
|
-
{file = "rdflib-7.
|
|
968
|
-
{file = "rdflib-7.
|
|
967
|
+
{file = "rdflib-7.6.0-py3-none-any.whl", hash = "sha256:30c0a3ebf4c0e09215f066be7246794b6492e054e782d7ac2a34c9f70a15e0dd"},
|
|
968
|
+
{file = "rdflib-7.6.0.tar.gz", hash = "sha256:6c831288d5e4a5a7ece85d0ccde9877d512a3d0f02d7c06455d00d6d0ea379df"},
|
|
969
969
|
]
|
|
970
970
|
|
|
971
971
|
[package.dependencies]
|
|
@@ -973,6 +973,7 @@ pyparsing = ">=2.1.0,<4"
|
|
|
973
973
|
|
|
974
974
|
[package.extras]
|
|
975
975
|
berkeleydb = ["berkeleydb (>=18.1.0,<19.0.0)"]
|
|
976
|
+
graphdb = ["httpx (>=0.28.1,<0.29.0)"]
|
|
976
977
|
html = ["html5rdf (>=1.2,<2)"]
|
|
977
978
|
lxml = ["lxml (>=4.3,<6.0)"]
|
|
978
979
|
networkx = ["networkx (>=2,<4)"]
|
|
@@ -1309,13 +1310,13 @@ test = ["pytest", "websockets"]
|
|
|
1309
1310
|
|
|
1310
1311
|
[[package]]
|
|
1311
1312
|
name = "wrapica"
|
|
1312
|
-
version = "2.40.1.
|
|
1313
|
+
version = "2.40.1.post20260218141240"
|
|
1313
1314
|
description = "Secondary level functions for ICAv2 based off libica"
|
|
1314
1315
|
optional = false
|
|
1315
1316
|
python-versions = "<3.15,>=3.12"
|
|
1316
1317
|
files = [
|
|
1317
|
-
{file = "wrapica-2.40.1.
|
|
1318
|
-
{file = "wrapica-2.40.1.
|
|
1318
|
+
{file = "wrapica-2.40.1.post20260218141240-py3-none-any.whl", hash = "sha256:48f8047105e93e8dfdf5d151e4431ae87eb56a25c7b5ab1386847b16d273df8d"},
|
|
1319
|
+
{file = "wrapica-2.40.1.post20260218141240.tar.gz", hash = "sha256:51a8c5e528725f5b09b31368bdaff581b98508ea2b98025a6f4f4e1232eeb21e"},
|
|
1319
1320
|
]
|
|
1320
1321
|
|
|
1321
1322
|
[package.dependencies]
|
|
@@ -1341,4 +1342,4 @@ toml = ["tomli_w (>=1.0.0,<2)"]
|
|
|
1341
1342
|
[metadata]
|
|
1342
1343
|
lock-version = "2.0"
|
|
1343
1344
|
python-versions = "^3.14, <3.15"
|
|
1344
|
-
content-hash = "
|
|
1345
|
+
content-hash = "da66c3988d80a6e2c5d1dcf62f5ef08b86237ee0dc2b78bc8db63fa26693013a"
|
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: "1.2.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.monitoredQueue.MonitoredQueue", version: "1.2.4" };
|
|
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: "1.2.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.namedLambdaRole.NamedLambdaRole", version: "1.2.4" };
|
|
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
|
@@ -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: "1.2.
|
|
18
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.provider.ProviderFunction", version: "1.2.4" };
|
|
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: "1.2.
|
|
26
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusVpc", version: "1.2.4" };
|
|
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: "1.2.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusSharedComputeSecurityGroup", version: "1.2.4" };
|
|
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: "1.2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.slack.SlackAlerts", version: "1.2.4" };
|
|
15
15
|
/**
|
|
16
16
|
* Format the ARN for the slack alerts SNS topic for the current stack.
|
|
17
17
|
* @param stack
|