@orcabus/platform-cdk-constructs 0.0.92 → 0.0.94

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
@@ -7163,6 +7163,6 @@
7163
7163
  "symbolId": "shared-config/slack:SlackAlerts"
7164
7164
  }
7165
7165
  },
7166
- "version": "0.0.92",
7167
- "fingerprint": "vUm27yXjok3amIykrMxxK0CGzKkoaFAFk7aioVApICk="
7166
+ "version": "0.0.94",
7167
+ "fingerprint": "FZRMrACyL/EWYqEVO3kUKZjS3VG+CxpRl4HI2NXFV6I="
7168
7168
  }
@@ -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.92" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.apigateway.OrcaBusApiGateway", version: "0.0.94" };
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.92" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.CrossDeploymentArtifactBucket", version: "0.0.94" };
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.92" };
35
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.deploymentPipeline.DeploymentStackPipeline", version: "0.0.94" };
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.92" };
43
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbPartitionedConstruct", version: "0.0.94" };
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.92" };
78
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.dynamodb.DynamoDbNonPartitionedConstruct", version: "0.0.94" };
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.92" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.ecs.EcsFargateTaskConstruct", version: "0.0.94" };
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: "0.0.92" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.eventbridgeRule.SfnSlackNotification", version: "0.0.94" };
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: "0.0.92" };
60
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.lambda.PythonUvFunction", version: "0.0.94" };
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
@@ -1,5 +1,17 @@
1
1
  # This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
2
2
 
3
+ [[package]]
4
+ name = "annotated-doc"
5
+ version = "0.0.3"
6
+ description = "Document parameters, class attributes, return types, and variables inline, with Annotated."
7
+ optional = false
8
+ python-versions = ">=3.8"
9
+ groups = ["main"]
10
+ files = [
11
+ {file = "annotated_doc-0.0.3-py3-none-any.whl", hash = "sha256:348ec6664a76f1fd3be81f43dffbee4c7e8ce931ba71ec67cc7f4ade7fbbb580"},
12
+ {file = "annotated_doc-0.0.3.tar.gz", hash = "sha256:e18370014c70187422c33e945053ff4c286f453a984eba84d0dbfa0c935adeda"},
13
+ ]
14
+
3
15
  [[package]]
4
16
  name = "annotated-types"
5
17
  version = "0.7.0"
@@ -12,6 +24,26 @@ files = [
12
24
  {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
13
25
  ]
14
26
 
27
+ [[package]]
28
+ name = "anyio"
29
+ version = "4.11.0"
30
+ description = "High-level concurrency and networking framework on top of asyncio or Trio"
31
+ optional = false
32
+ python-versions = ">=3.9"
33
+ groups = ["main"]
34
+ files = [
35
+ {file = "anyio-4.11.0-py3-none-any.whl", hash = "sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc"},
36
+ {file = "anyio-4.11.0.tar.gz", hash = "sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4"},
37
+ ]
38
+
39
+ [package.dependencies]
40
+ idna = ">=2.8"
41
+ sniffio = ">=1.1"
42
+ typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
43
+
44
+ [package.extras]
45
+ trio = ["trio (>=0.31.0)"]
46
+
15
47
  [[package]]
16
48
  name = "beautifulsoup4"
17
49
  version = "4.13.4"
@@ -50,6 +82,46 @@ files = [
50
82
  [package.dependencies]
51
83
  chardet = ">=3.0.2"
52
84
 
85
+ [[package]]
86
+ name = "boto3"
87
+ version = "1.40.68"
88
+ description = "The AWS SDK for Python"
89
+ optional = false
90
+ python-versions = ">=3.9"
91
+ groups = ["main"]
92
+ files = [
93
+ {file = "boto3-1.40.68-py3-none-any.whl", hash = "sha256:4f08115e3a4d1e1056003e433d393e78c20da6af7753409992bb33fb69f04186"},
94
+ {file = "boto3-1.40.68.tar.gz", hash = "sha256:c7994989e5bbba071b7c742adfba35773cf03e87f5d3f9f2b0a18c1664417b61"},
95
+ ]
96
+
97
+ [package.dependencies]
98
+ botocore = ">=1.40.68,<1.41.0"
99
+ jmespath = ">=0.7.1,<2.0.0"
100
+ s3transfer = ">=0.14.0,<0.15.0"
101
+
102
+ [package.extras]
103
+ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
104
+
105
+ [[package]]
106
+ name = "botocore"
107
+ version = "1.40.68"
108
+ description = "Low-level, data-driven core of boto 3."
109
+ optional = false
110
+ python-versions = ">=3.9"
111
+ groups = ["main"]
112
+ files = [
113
+ {file = "botocore-1.40.68-py3-none-any.whl", hash = "sha256:9d514f9c9054e1af055f2cbe9e0d6771d407a600206d45a01b54d5f09538fecb"},
114
+ {file = "botocore-1.40.68.tar.gz", hash = "sha256:28f41b463d9f012a711ee8b61d4e26cd14ee3b450b816d5dee849aa79155e856"},
115
+ ]
116
+
117
+ [package.dependencies]
118
+ jmespath = ">=0.7.1,<2.0.0"
119
+ python-dateutil = ">=2.1,<3.0.0"
120
+ urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
121
+
122
+ [package.extras]
123
+ crt = ["awscrt (==0.27.6)"]
124
+
53
125
  [[package]]
54
126
  name = "cachecontrol"
55
127
  version = "0.14.3"
@@ -242,6 +314,29 @@ schema-salad = ">=8.8.20250205075315,<9"
242
314
  pretty = ["cwlformat"]
243
315
  testing = ["pytest (<9)", "pytest-mock"]
244
316
 
317
+ [[package]]
318
+ name = "fastapi"
319
+ version = "0.121.0"
320
+ description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
321
+ optional = false
322
+ python-versions = ">=3.8"
323
+ groups = ["main"]
324
+ files = [
325
+ {file = "fastapi-0.121.0-py3-none-any.whl", hash = "sha256:8bdf1b15a55f4e4b0d6201033da9109ea15632cb76cf156e7b8b4019f2172106"},
326
+ {file = "fastapi-0.121.0.tar.gz", hash = "sha256:06663356a0b1ee93e875bbf05a31fb22314f5bed455afaaad2b2dad7f26e98fa"},
327
+ ]
328
+
329
+ [package.dependencies]
330
+ annotated-doc = ">=0.0.2"
331
+ pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
332
+ starlette = ">=0.40.0,<0.50.0"
333
+ typing-extensions = ">=4.8.0"
334
+
335
+ [package.extras]
336
+ all = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=3.1.5)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.18)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"]
337
+ standard = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
338
+ standard-no-fastapi-cloud-cli = ["email-validator (>=2.0.0)", "fastapi-cli[standard-no-fastapi-cloud-cli] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
339
+
245
340
  [[package]]
246
341
  name = "filelock"
247
342
  version = "3.19.1"
@@ -281,6 +376,18 @@ files = [
281
376
  {file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
282
377
  ]
283
378
 
379
+ [[package]]
380
+ name = "jmespath"
381
+ version = "1.0.1"
382
+ description = "JSON Matching Expressions"
383
+ optional = false
384
+ python-versions = ">=3.7"
385
+ groups = ["main"]
386
+ files = [
387
+ {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"},
388
+ {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"},
389
+ ]
390
+
284
391
  [[package]]
285
392
  name = "libica"
286
393
  version = "3.2"
@@ -951,6 +1058,24 @@ files = [
951
1058
  {file = "ruamel.yaml.clib-0.2.12.tar.gz", hash = "sha256:6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f"},
952
1059
  ]
953
1060
 
1061
+ [[package]]
1062
+ name = "s3transfer"
1063
+ version = "0.14.0"
1064
+ description = "An Amazon S3 Transfer Manager"
1065
+ optional = false
1066
+ python-versions = ">=3.9"
1067
+ groups = ["main"]
1068
+ files = [
1069
+ {file = "s3transfer-0.14.0-py3-none-any.whl", hash = "sha256:ea3b790c7077558ed1f02a3072fb3cb992bbbd253392f4b6e9e8976941c7d456"},
1070
+ {file = "s3transfer-0.14.0.tar.gz", hash = "sha256:eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125"},
1071
+ ]
1072
+
1073
+ [package.dependencies]
1074
+ botocore = ">=1.37.4,<2.0a.0"
1075
+
1076
+ [package.extras]
1077
+ crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"]
1078
+
954
1079
  [[package]]
955
1080
  name = "schema-salad"
956
1081
  version = "8.9.20250723145140"
@@ -1033,6 +1158,18 @@ files = [
1033
1158
  {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
1034
1159
  ]
1035
1160
 
1161
+ [[package]]
1162
+ name = "sniffio"
1163
+ version = "1.3.1"
1164
+ description = "Sniff out which async library your code is running under"
1165
+ optional = false
1166
+ python-versions = ">=3.7"
1167
+ groups = ["main"]
1168
+ files = [
1169
+ {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
1170
+ {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
1171
+ ]
1172
+
1036
1173
  [[package]]
1037
1174
  name = "soupsieve"
1038
1175
  version = "2.7"
@@ -1045,6 +1182,25 @@ files = [
1045
1182
  {file = "soupsieve-2.7.tar.gz", hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a"},
1046
1183
  ]
1047
1184
 
1185
+ [[package]]
1186
+ name = "starlette"
1187
+ version = "0.49.3"
1188
+ description = "The little ASGI library that shines."
1189
+ optional = false
1190
+ python-versions = ">=3.9"
1191
+ groups = ["main"]
1192
+ files = [
1193
+ {file = "starlette-0.49.3-py3-none-any.whl", hash = "sha256:b579b99715fdc2980cf88c8ec96d3bf1ce16f5a8051a7c2b84ef9b1cdecaea2f"},
1194
+ {file = "starlette-0.49.3.tar.gz", hash = "sha256:1c14546f299b5901a1ea0e34410575bc33bbd741377a10484a54445588d00284"},
1195
+ ]
1196
+
1197
+ [package.dependencies]
1198
+ anyio = ">=3.6.2,<5"
1199
+ typing-extensions = {version = ">=4.10.0", markers = "python_version < \"3.13\""}
1200
+
1201
+ [package.extras]
1202
+ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"]
1203
+
1048
1204
  [[package]]
1049
1205
  name = "typing-extensions"
1050
1206
  version = "4.14.1"
@@ -1133,20 +1289,22 @@ test = ["websockets"]
1133
1289
 
1134
1290
  [[package]]
1135
1291
  name = "wrapica"
1136
- version = "2.40.1"
1292
+ version = "2.40.1.post20251107120738"
1137
1293
  description = "Secondary level functions for ICAv2 based off libica"
1138
1294
  optional = false
1139
1295
  python-versions = "<3.15,>=3.12"
1140
1296
  groups = ["main"]
1141
1297
  files = [
1142
- {file = "wrapica-2.40.1-py3-none-any.whl", hash = "sha256:bb418dff8f9ee40d872f331551e349a74ef2e960e74b022293618a038f2d05b6"},
1143
- {file = "wrapica-2.40.1.tar.gz", hash = "sha256:ddeff0b5f3d446cc8652592efd390e1631a41e33269426056b8a905b3774b3b2"},
1298
+ {file = "wrapica-2.40.1.post20251107120738-py3-none-any.whl", hash = "sha256:801e17196d572adb4589f82110162302f84bdba91619af4634ab03e11e8685bf"},
1299
+ {file = "wrapica-2.40.1.post20251107120738.tar.gz", hash = "sha256:faecc99eb44fc6fdded885cfa0d4dc55e2e47c61fb55ada0932b7113fa5ced29"},
1144
1300
  ]
1145
1301
 
1146
1302
  [package.dependencies]
1147
1303
  beautifulsoup4 = ">=4.10.0,<5"
1148
1304
  binaryornot = ">=0.4.4,<1"
1305
+ boto3 = ">=1.40.67,<2"
1149
1306
  cwl_utils = ">=0.38,<1"
1307
+ fastapi = ">=0.121.0,<1"
1150
1308
  libica = ">=3.2,<4"
1151
1309
  pandas = ">=2.2.2,<3"
1152
1310
  PyJWT = ">=2.8.0,<3"
@@ -1157,11 +1315,11 @@ websocket_client = ">=1.4.2,<2"
1157
1315
 
1158
1316
  [package.extras]
1159
1317
  build = ["build"]
1160
- docs = ["sphinx (>=7.2.6,<8)", "sphinx-rtd-theme (>=2.0.0,<3)", "sphinx_autodoc_typehints", "toml-to-requirements"]
1318
+ docs = ["boto3 (>=1.40.67)", "sphinx (>=7.2.6,<8)", "sphinx-rtd-theme (>=2.0.0,<3)", "sphinx_autodoc_typehints", "toml-to-requirements"]
1161
1319
  test = ["pytest", "pytest-mock"]
1162
1320
  toml = ["tomli_w (>=1.0.0,<2)"]
1163
1321
 
1164
1322
  [metadata]
1165
1323
  lock-version = "2.1"
1166
1324
  python-versions = ">3.12,<3.15"
1167
- content-hash = "50d509625bebfcf44a0da67a7f778a6c11add69b9b06463d38d7fad63e17999d"
1325
+ content-hash = "afcc2fc9249d9118147520ac2cae2a49ccb5b353a747df370dbbbee8e4bb1292"
@@ -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.15"
18
- wrapica = "2.40.1"
18
+ wrapica = "2.40.1.post20251107120738"
19
19
 
20
20
  [tool.poetry.group.dev]
21
21
  optional = true
@@ -48,6 +48,7 @@ class WESResponse(TypedDict):
48
48
  outputs: NotRequired[Dict[str, Any]]
49
49
  engineParameters: EngineParameters
50
50
  tags: NotRequired[Dict[str, Any]]
51
+ icav2AnalysisId: NotRequired[str]
51
52
  createdAt: str
52
53
  updatedAt: str
53
54
  projectId: str
@@ -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.92" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.monitoredQueue.MonitoredQueue", version: "0.0.94" };
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.92" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.namedLambdaRole.NamedLambdaRole", version: "0.0.94" };
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.92",
3
+ "version": "0.0.94",
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: "0.0.92" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.provider.ProviderFunction", version: "0.0.94" };
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.92" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusVpc", version: "0.0.94" };
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.92" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.networking.OrcaBusSharedComputeSecurityGroup", version: "0.0.94" };
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: "0.0.92" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@orcabus/platform-cdk-constructs.sharedConfig.slack.SlackAlerts", version: "0.0.94" };
15
15
  /**
16
16
  * Format the ARN for the slack alerts SNS topic for the current stack.
17
17
  * @param stack