@orcabus/platform-cdk-constructs 1.2.1 → 1.2.3

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 CHANGED
@@ -12020,6 +12020,6 @@
12020
12020
  "symbolId": "shared-config/slack:SlackAlerts"
12021
12021
  }
12022
12022
  },
12023
- "version": "1.2.1",
12024
- "fingerprint": "kqkkQiut6N90bShJit0OGT8f/zL7veOA3AD3NjB1hq0="
12023
+ "version": "1.2.3",
12024
+ "fingerprint": "kgn0Lq48DfnmUlYICVuqDniPWiEl8DYI0JMKKDSbgUs="
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.1" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.apigateway.OrcaBusApiGateway", version: "1.2.3" };
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.1" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.CrossDeploymentArtifactBucket", version: "1.2.3" };
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.1" };
48
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "1.2.3" };
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.1" };
43
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbPartitionedConstruct", version: "1.2.3" };
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.1" };
78
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbNonPartitionedConstruct", version: "1.2.3" };
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.1" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.ecs.EcsFargateTaskConstruct", version: "1.2.3" };
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.1" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.eventbridgeRule.SfnSlackNotification", version: "1.2.3" };
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.1" };
60
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "1.2.3" };
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.46"
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.46-py3-none-any.whl", hash = "sha256:679cf4930e559621653bbd1439cf6e93b138cbaf46e36e5d7d95319999b7a356"},
86
- {file = "boto3-1.42.46.tar.gz", hash = "sha256:c8c82ab34dd8d2d4d93a562d0e75fca164efa644651d3ccddb0f4aa88a481b38"},
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.46,<1.43.0"
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.46"
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.46-py3-none-any.whl", hash = "sha256:f7459fcf586f38a3b0a242a172d3332141c770a3f5767bbb21e79d810db95d75"},
105
- {file = "botocore-1.42.46.tar.gz", hash = "sha256:fc290b33aba6e271f627c4f46b8bcebfa1a94e19157d396732da417404158c01"},
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.29.2)"]
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.128.7"
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.9"
338
+ python-versions = ">=3.10"
339
339
  files = [
340
- {file = "fastapi-0.128.7-py3-none-any.whl", hash = "sha256:6bd9bd31cb7047465f2d3fa3ba3f33b0870b17d4eaf7cdb36d1576ab060ad662"},
341
- {file = "fastapi-0.128.7.tar.gz", hash = "sha256:783c273416995486c155ad2c0e2b45905dedfaf20b9ef8d9f6a9124670639a24"},
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.20.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.20.3-py3-none-any.whl", hash = "sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1"},
364
- {file = "filelock-3.20.3.tar.gz", hash = "sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1"},
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.5.0"
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.5.0-py3-none-any.whl", hash = "sha256:b011dfc40d0fc8a44252e906dcd8fc806a7859bc231be190c37e9568a31ac572"},
968
- {file = "rdflib-7.5.0.tar.gz", hash = "sha256:663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592"},
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.post20260211135303"
1313
+ version = "2.40.1.post20260218114718"
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.post20260211135303-py3-none-any.whl", hash = "sha256:fdaa1cd38afad6c49aee73cf850fc677d6c44888513a720179d4ef2ec9c8dccf"},
1318
- {file = "wrapica-2.40.1.post20260211135303.tar.gz", hash = "sha256:9ed8dac997dfb7f0b330b0a17fc3a01951973ca9cf3707cc2a54c395e975c5aa"},
1318
+ {file = "wrapica-2.40.1.post20260218114718-py3-none-any.whl", hash = "sha256:7e5f9c4366c5a3a88352a39ac02fd9d2c0e921df430be1711cd9b2ac62b018cc"},
1319
+ {file = "wrapica-2.40.1.post20260218114718.tar.gz", hash = "sha256:738041f19a497ceb7475b28e9801e88ac9c39e3645aad8c164eb7a33b96dc7c3"},
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 = "12f2100ad25049928ca20166a4461fb1b983bded05699415292e3fe136b0e871"
1345
+ content-hash = "12f49e90ff50a719b775ea0f14625db72a7767256ac6180a6c5e06ad8bb60f52"
@@ -15,7 +15,7 @@ repository = "https://github.com/orcabus/platform-cdk-constructs"
15
15
 
16
16
  [tool.poetry.dependencies]
17
17
  python = "^3.14, <3.15"
18
- wrapica = "2.40.1.post20260211135303"
18
+ wrapica = "2.40.1.post20260218114718"
19
19
 
20
20
  [tool.poetry.group.dev]
21
21
  optional = true
@@ -32,6 +32,7 @@ LOCAL_HTTP_CACHE_PORT = 2773
32
32
  PARAMETER_URL = '/systemsmanager/parameters/get/'
33
33
  SECRETS_URL = '/secretsmanager/get/'
34
34
 
35
+
35
36
  def retrieve_extension_value(url, query):
36
37
  url = str(urlunparse((
37
38
  'http',
@@ -12,7 +12,7 @@
12
12
  """
13
13
 
14
14
  from typing import (
15
- TypedDict, NotRequired, Literal, List, Union
15
+ TypedDict, NotRequired, Literal, List, Union, Dict
16
16
  )
17
17
 
18
18
  JobType = Literal['FASTQ_DECOMPRESSION']
@@ -99,6 +99,7 @@ class JobCreateParameters(TypedDict):
99
99
  outputUriPrefix: NotRequired[str]
100
100
  sampling: NotRequired[bool]
101
101
  noSplitByLane: NotRequired[bool]
102
+ fileUriByFastqIdMap: NotRequired[Dict[str, List[str]]]
102
103
 
103
104
 
104
105
  class JobQueryParameters(TypedDict):
@@ -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.1" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.monitoredQueue.MonitoredQueue", version: "1.2.3" };
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.1" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.namedLambdaRole.NamedLambdaRole", version: "1.2.3" };
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": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "CDK Package for OrcaBus infrastructure.",
5
5
  "main": "index.ts",
6
6
  "types": "index.d.ts",
@@ -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.1" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.provider.ProviderFunction", version: "1.2.3" };
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.1" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusVpc", version: "1.2.3" };
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.1" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusSharedComputeSecurityGroup", version: "1.2.3" };
46
46
  /**
47
47
  * The shared security group that is used by compute resources to access the database.
48
48
  * @param scope
@@ -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.1" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.slack.SlackAlerts", version: "1.2.3" };
15
15
  /**
16
16
  * Format the ARN for the slack alerts SNS topic for the current stack.
17
17
  * @param stack