@cdklabs/cdk-appmod-catalog-blueprints 1.0.0 → 1.0.1
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 +146 -70
- package/lib/document-processing/agentic-document-processing.js +3 -2
- package/lib/document-processing/base-document-processing.js +3 -2
- package/lib/document-processing/bedrock-document-processing.js +3 -2
- package/lib/framework/custom-resource/default-runtimes.d.ts +1 -0
- package/lib/framework/custom-resource/default-runtimes.js +3 -2
- package/lib/framework/foundation/access-log.js +1 -1
- package/lib/framework/foundation/eventbridge-broker.js +1 -1
- package/lib/framework/foundation/network.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utilities/data-loader.js +4 -3
- package/lib/utilities/lambda-iam-utils.d.ts +8 -0
- package/lib/utilities/lambda-iam-utils.js +7 -5
- package/lib/utilities/observability/cloudfront-distribution-observability-property-injector.js +1 -1
- package/lib/utilities/observability/lambda-observability-property-injector.js +5 -4
- package/lib/utilities/observability/powertools-config.js +1 -1
- package/lib/utilities/observability/state-machine-observability-property-injector.js +1 -1
- package/lib/webapp/frontend-construct.js +1 -1
- package/package.json +6 -10
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-cdk/aws-lambda-python-alpha": "2.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-cdk/aws-lambda-python-alpha": "^2.218.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.218.0",
|
|
13
13
|
"constructs": "^10.0.5"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -635,6 +635,19 @@
|
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
},
|
|
638
|
+
"aws-cdk-lib.aws_bedrockagentcore": {
|
|
639
|
+
"targets": {
|
|
640
|
+
"dotnet": {
|
|
641
|
+
"package": "Amazon.CDK.AWS.BedrockAgentCore"
|
|
642
|
+
},
|
|
643
|
+
"java": {
|
|
644
|
+
"package": "software.amazon.awscdk.services.bedrockagentcore"
|
|
645
|
+
},
|
|
646
|
+
"python": {
|
|
647
|
+
"module": "aws_cdk.aws_bedrockagentcore"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
638
651
|
"aws-cdk-lib.aws_billingconductor": {
|
|
639
652
|
"targets": {
|
|
640
653
|
"dotnet": {
|
|
@@ -3561,6 +3574,19 @@
|
|
|
3561
3574
|
}
|
|
3562
3575
|
}
|
|
3563
3576
|
},
|
|
3577
|
+
"aws-cdk-lib.aws_smsvoice": {
|
|
3578
|
+
"targets": {
|
|
3579
|
+
"dotnet": {
|
|
3580
|
+
"package": "Amazon.CDK.AWS.SMSVOICE"
|
|
3581
|
+
},
|
|
3582
|
+
"java": {
|
|
3583
|
+
"package": "software.amazon.awscdk.services.smsvoice"
|
|
3584
|
+
},
|
|
3585
|
+
"python": {
|
|
3586
|
+
"module": "aws_cdk.aws_smsvoice"
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3564
3590
|
"aws-cdk-lib.aws_sns": {
|
|
3565
3591
|
"targets": {
|
|
3566
3592
|
"dotnet": {
|
|
@@ -4087,7 +4113,7 @@
|
|
|
4087
4113
|
"docs": {
|
|
4088
4114
|
"stability": "experimental"
|
|
4089
4115
|
},
|
|
4090
|
-
"homepage": "
|
|
4116
|
+
"homepage": "https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git",
|
|
4091
4117
|
"jsiiVersion": "5.9.5 (build ac5f858)",
|
|
4092
4118
|
"keywords": [
|
|
4093
4119
|
"cdk"
|
|
@@ -4107,7 +4133,7 @@
|
|
|
4107
4133
|
},
|
|
4108
4134
|
"repository": {
|
|
4109
4135
|
"type": "git",
|
|
4110
|
-
"url": "
|
|
4136
|
+
"url": "https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git"
|
|
4111
4137
|
},
|
|
4112
4138
|
"schema": "jsii/0.10.0",
|
|
4113
4139
|
"targets": {
|
|
@@ -4115,9 +4141,6 @@
|
|
|
4115
4141
|
"namespace": "CdklabsAppmodCatalogBlueprints",
|
|
4116
4142
|
"packageId": "CdklabsAppmodCatalogBlueprints"
|
|
4117
4143
|
},
|
|
4118
|
-
"go": {
|
|
4119
|
-
"moduleName": "github.com/cdklabs/appmod-catalog-blueprints-go"
|
|
4120
|
-
},
|
|
4121
4144
|
"java": {
|
|
4122
4145
|
"maven": {
|
|
4123
4146
|
"artifactId": "appmod-catalog-blueprints",
|
|
@@ -4748,7 +4771,7 @@
|
|
|
4748
4771
|
},
|
|
4749
4772
|
"locationInModule": {
|
|
4750
4773
|
"filename": "use-cases/document-processing/base-document-processing.ts",
|
|
4751
|
-
"line":
|
|
4774
|
+
"line": 678
|
|
4752
4775
|
},
|
|
4753
4776
|
"name": "classificationStep",
|
|
4754
4777
|
"protected": true,
|
|
@@ -4780,7 +4803,7 @@
|
|
|
4780
4803
|
},
|
|
4781
4804
|
"locationInModule": {
|
|
4782
4805
|
"filename": "use-cases/document-processing/base-document-processing.ts",
|
|
4783
|
-
"line":
|
|
4806
|
+
"line": 698
|
|
4784
4807
|
},
|
|
4785
4808
|
"name": "enrichmentStep",
|
|
4786
4809
|
"protected": true,
|
|
@@ -4852,7 +4875,7 @@
|
|
|
4852
4875
|
},
|
|
4853
4876
|
"locationInModule": {
|
|
4854
4877
|
"filename": "use-cases/document-processing/base-document-processing.ts",
|
|
4855
|
-
"line":
|
|
4878
|
+
"line": 666
|
|
4856
4879
|
},
|
|
4857
4880
|
"name": "metrics",
|
|
4858
4881
|
"overrides": "@cdklabs/cdk-appmod-catalog-blueprints.IObservable",
|
|
@@ -4877,7 +4900,7 @@
|
|
|
4877
4900
|
},
|
|
4878
4901
|
"locationInModule": {
|
|
4879
4902
|
"filename": "use-cases/document-processing/base-document-processing.ts",
|
|
4880
|
-
"line":
|
|
4903
|
+
"line": 708
|
|
4881
4904
|
},
|
|
4882
4905
|
"name": "postProcessingStep",
|
|
4883
4906
|
"protected": true,
|
|
@@ -4910,7 +4933,7 @@
|
|
|
4910
4933
|
},
|
|
4911
4934
|
"locationInModule": {
|
|
4912
4935
|
"filename": "use-cases/document-processing/base-document-processing.ts",
|
|
4913
|
-
"line":
|
|
4936
|
+
"line": 688
|
|
4914
4937
|
},
|
|
4915
4938
|
"name": "processingStep",
|
|
4916
4939
|
"protected": true,
|
|
@@ -5409,7 +5432,7 @@
|
|
|
5409
5432
|
},
|
|
5410
5433
|
"locationInModule": {
|
|
5411
5434
|
"filename": "use-cases/document-processing/bedrock-document-processing.ts",
|
|
5412
|
-
"line":
|
|
5435
|
+
"line": 357
|
|
5413
5436
|
},
|
|
5414
5437
|
"name": "enrichmentStep",
|
|
5415
5438
|
"overrides": "@cdklabs/cdk-appmod-catalog-blueprints.BaseDocumentProcessing",
|
|
@@ -5439,7 +5462,7 @@
|
|
|
5439
5462
|
},
|
|
5440
5463
|
"locationInModule": {
|
|
5441
5464
|
"filename": "use-cases/document-processing/bedrock-document-processing.ts",
|
|
5442
|
-
"line":
|
|
5465
|
+
"line": 319
|
|
5443
5466
|
},
|
|
5444
5467
|
"name": "generateLambdaRoleForBedrock",
|
|
5445
5468
|
"parameters": [
|
|
@@ -5472,7 +5495,7 @@
|
|
|
5472
5495
|
},
|
|
5473
5496
|
"locationInModule": {
|
|
5474
5497
|
"filename": "use-cases/document-processing/bedrock-document-processing.ts",
|
|
5475
|
-
"line":
|
|
5498
|
+
"line": 377
|
|
5476
5499
|
},
|
|
5477
5500
|
"name": "postProcessingStep",
|
|
5478
5501
|
"overrides": "@cdklabs/cdk-appmod-catalog-blueprints.BaseDocumentProcessing",
|
|
@@ -5505,7 +5528,7 @@
|
|
|
5505
5528
|
},
|
|
5506
5529
|
"locationInModule": {
|
|
5507
5530
|
"filename": "use-cases/document-processing/bedrock-document-processing.ts",
|
|
5508
|
-
"line":
|
|
5531
|
+
"line": 261
|
|
5509
5532
|
},
|
|
5510
5533
|
"name": "processingStep",
|
|
5511
5534
|
"overrides": "@cdklabs/cdk-appmod-catalog-blueprints.BaseDocumentProcessing",
|
|
@@ -5996,7 +6019,7 @@
|
|
|
5996
6019
|
},
|
|
5997
6020
|
"locationInModule": {
|
|
5998
6021
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
5999
|
-
"line":
|
|
6022
|
+
"line": 124
|
|
6000
6023
|
},
|
|
6001
6024
|
"parameters": [
|
|
6002
6025
|
{
|
|
@@ -6022,7 +6045,7 @@
|
|
|
6022
6045
|
"kind": "class",
|
|
6023
6046
|
"locationInModule": {
|
|
6024
6047
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6025
|
-
"line":
|
|
6048
|
+
"line": 108
|
|
6026
6049
|
},
|
|
6027
6050
|
"methods": [
|
|
6028
6051
|
{
|
|
@@ -6032,7 +6055,7 @@
|
|
|
6032
6055
|
},
|
|
6033
6056
|
"locationInModule": {
|
|
6034
6057
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6035
|
-
"line":
|
|
6058
|
+
"line": 159
|
|
6036
6059
|
},
|
|
6037
6060
|
"name": "grantExecutionTriggerPermissions",
|
|
6038
6061
|
"parameters": [
|
|
@@ -6058,7 +6081,7 @@
|
|
|
6058
6081
|
"immutable": true,
|
|
6059
6082
|
"locationInModule": {
|
|
6060
6083
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6061
|
-
"line":
|
|
6084
|
+
"line": 110
|
|
6062
6085
|
},
|
|
6063
6086
|
"name": "bucket",
|
|
6064
6087
|
"type": {
|
|
@@ -6073,7 +6096,7 @@
|
|
|
6073
6096
|
"immutable": true,
|
|
6074
6097
|
"locationInModule": {
|
|
6075
6098
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6076
|
-
"line":
|
|
6099
|
+
"line": 118
|
|
6077
6100
|
},
|
|
6078
6101
|
"name": "customResourceProvider",
|
|
6079
6102
|
"type": {
|
|
@@ -6088,7 +6111,7 @@
|
|
|
6088
6111
|
"immutable": true,
|
|
6089
6112
|
"locationInModule": {
|
|
6090
6113
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6091
|
-
"line":
|
|
6114
|
+
"line": 120
|
|
6092
6115
|
},
|
|
6093
6116
|
"name": "executionTrigger",
|
|
6094
6117
|
"type": {
|
|
@@ -6103,7 +6126,7 @@
|
|
|
6103
6126
|
"immutable": true,
|
|
6104
6127
|
"locationInModule": {
|
|
6105
6128
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6106
|
-
"line":
|
|
6129
|
+
"line": 114
|
|
6107
6130
|
},
|
|
6108
6131
|
"name": "processorFunction",
|
|
6109
6132
|
"type": {
|
|
@@ -6118,7 +6141,7 @@
|
|
|
6118
6141
|
"immutable": true,
|
|
6119
6142
|
"locationInModule": {
|
|
6120
6143
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6121
|
-
"line":
|
|
6144
|
+
"line": 112
|
|
6122
6145
|
},
|
|
6123
6146
|
"name": "stateMachine",
|
|
6124
6147
|
"type": {
|
|
@@ -6132,7 +6155,7 @@
|
|
|
6132
6155
|
},
|
|
6133
6156
|
"locationInModule": {
|
|
6134
6157
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6135
|
-
"line":
|
|
6158
|
+
"line": 116
|
|
6136
6159
|
},
|
|
6137
6160
|
"name": "bucketDeployment",
|
|
6138
6161
|
"optional": true,
|
|
@@ -6154,7 +6177,7 @@
|
|
|
6154
6177
|
"kind": "interface",
|
|
6155
6178
|
"locationInModule": {
|
|
6156
6179
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6157
|
-
"line":
|
|
6180
|
+
"line": 77
|
|
6158
6181
|
},
|
|
6159
6182
|
"name": "DataLoaderProps",
|
|
6160
6183
|
"properties": [
|
|
@@ -6167,7 +6190,7 @@
|
|
|
6167
6190
|
"immutable": true,
|
|
6168
6191
|
"locationInModule": {
|
|
6169
6192
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6170
|
-
"line":
|
|
6193
|
+
"line": 79
|
|
6171
6194
|
},
|
|
6172
6195
|
"name": "databaseConfig",
|
|
6173
6196
|
"type": {
|
|
@@ -6183,7 +6206,7 @@
|
|
|
6183
6206
|
"immutable": true,
|
|
6184
6207
|
"locationInModule": {
|
|
6185
6208
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6186
|
-
"line":
|
|
6209
|
+
"line": 81
|
|
6187
6210
|
},
|
|
6188
6211
|
"name": "fileInputs",
|
|
6189
6212
|
"type": {
|
|
@@ -6204,7 +6227,7 @@
|
|
|
6204
6227
|
"immutable": true,
|
|
6205
6228
|
"locationInModule": {
|
|
6206
6229
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6207
|
-
"line":
|
|
6230
|
+
"line": 87
|
|
6208
6231
|
},
|
|
6209
6232
|
"name": "memorySize",
|
|
6210
6233
|
"optional": true,
|
|
@@ -6221,7 +6244,7 @@
|
|
|
6221
6244
|
"immutable": true,
|
|
6222
6245
|
"locationInModule": {
|
|
6223
6246
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6224
|
-
"line":
|
|
6247
|
+
"line": 83
|
|
6225
6248
|
},
|
|
6226
6249
|
"name": "removalPolicy",
|
|
6227
6250
|
"optional": true,
|
|
@@ -6238,7 +6261,7 @@
|
|
|
6238
6261
|
"immutable": true,
|
|
6239
6262
|
"locationInModule": {
|
|
6240
6263
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6241
|
-
"line":
|
|
6264
|
+
"line": 85
|
|
6242
6265
|
},
|
|
6243
6266
|
"name": "timeout",
|
|
6244
6267
|
"optional": true,
|
|
@@ -6260,7 +6283,7 @@
|
|
|
6260
6283
|
"kind": "interface",
|
|
6261
6284
|
"locationInModule": {
|
|
6262
6285
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6263
|
-
"line":
|
|
6286
|
+
"line": 43
|
|
6264
6287
|
},
|
|
6265
6288
|
"name": "DatabaseConfig",
|
|
6266
6289
|
"properties": [
|
|
@@ -6273,7 +6296,7 @@
|
|
|
6273
6296
|
"immutable": true,
|
|
6274
6297
|
"locationInModule": {
|
|
6275
6298
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6276
|
-
"line":
|
|
6299
|
+
"line": 53
|
|
6277
6300
|
},
|
|
6278
6301
|
"name": "databaseName",
|
|
6279
6302
|
"type": {
|
|
@@ -6289,7 +6312,7 @@
|
|
|
6289
6312
|
"immutable": true,
|
|
6290
6313
|
"locationInModule": {
|
|
6291
6314
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6292
|
-
"line":
|
|
6315
|
+
"line": 45
|
|
6293
6316
|
},
|
|
6294
6317
|
"name": "engine",
|
|
6295
6318
|
"type": {
|
|
@@ -6305,7 +6328,7 @@
|
|
|
6305
6328
|
"immutable": true,
|
|
6306
6329
|
"locationInModule": {
|
|
6307
6330
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6308
|
-
"line":
|
|
6331
|
+
"line": 51
|
|
6309
6332
|
},
|
|
6310
6333
|
"name": "secret",
|
|
6311
6334
|
"type": {
|
|
@@ -6321,7 +6344,7 @@
|
|
|
6321
6344
|
"immutable": true,
|
|
6322
6345
|
"locationInModule": {
|
|
6323
6346
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6324
|
-
"line":
|
|
6347
|
+
"line": 57
|
|
6325
6348
|
},
|
|
6326
6349
|
"name": "securityGroup",
|
|
6327
6350
|
"type": {
|
|
@@ -6337,7 +6360,7 @@
|
|
|
6337
6360
|
"immutable": true,
|
|
6338
6361
|
"locationInModule": {
|
|
6339
6362
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6340
|
-
"line":
|
|
6363
|
+
"line": 55
|
|
6341
6364
|
},
|
|
6342
6365
|
"name": "vpc",
|
|
6343
6366
|
"type": {
|
|
@@ -6353,7 +6376,7 @@
|
|
|
6353
6376
|
"immutable": true,
|
|
6354
6377
|
"locationInModule": {
|
|
6355
6378
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6356
|
-
"line":
|
|
6379
|
+
"line": 47
|
|
6357
6380
|
},
|
|
6358
6381
|
"name": "cluster",
|
|
6359
6382
|
"optional": true,
|
|
@@ -6370,7 +6393,7 @@
|
|
|
6370
6393
|
"immutable": true,
|
|
6371
6394
|
"locationInModule": {
|
|
6372
6395
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6373
|
-
"line":
|
|
6396
|
+
"line": 49
|
|
6374
6397
|
},
|
|
6375
6398
|
"name": "instance",
|
|
6376
6399
|
"optional": true,
|
|
@@ -6391,7 +6414,7 @@
|
|
|
6391
6414
|
"kind": "enum",
|
|
6392
6415
|
"locationInModule": {
|
|
6393
6416
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6394
|
-
"line":
|
|
6417
|
+
"line": 23
|
|
6395
6418
|
},
|
|
6396
6419
|
"members": [
|
|
6397
6420
|
{
|
|
@@ -6464,6 +6487,22 @@
|
|
|
6464
6487
|
"fqn": "aws-cdk-lib.aws_lambda.Runtime"
|
|
6465
6488
|
}
|
|
6466
6489
|
},
|
|
6490
|
+
{
|
|
6491
|
+
"const": true,
|
|
6492
|
+
"docs": {
|
|
6493
|
+
"stability": "experimental"
|
|
6494
|
+
},
|
|
6495
|
+
"immutable": true,
|
|
6496
|
+
"locationInModule": {
|
|
6497
|
+
"filename": "use-cases/framework/custom-resource/default-runtimes.ts",
|
|
6498
|
+
"line": 33
|
|
6499
|
+
},
|
|
6500
|
+
"name": "PYTHON_BUNDLING_IMAGE",
|
|
6501
|
+
"static": true,
|
|
6502
|
+
"type": {
|
|
6503
|
+
"primitive": "string"
|
|
6504
|
+
}
|
|
6505
|
+
},
|
|
6467
6506
|
{
|
|
6468
6507
|
"const": true,
|
|
6469
6508
|
"docs": {
|
|
@@ -6719,7 +6758,7 @@
|
|
|
6719
6758
|
"kind": "interface",
|
|
6720
6759
|
"locationInModule": {
|
|
6721
6760
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6722
|
-
"line":
|
|
6761
|
+
"line": 63
|
|
6723
6762
|
},
|
|
6724
6763
|
"name": "FileInput",
|
|
6725
6764
|
"properties": [
|
|
@@ -6732,7 +6771,7 @@
|
|
|
6732
6771
|
"immutable": true,
|
|
6733
6772
|
"locationInModule": {
|
|
6734
6773
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6735
|
-
"line":
|
|
6774
|
+
"line": 65
|
|
6736
6775
|
},
|
|
6737
6776
|
"name": "filePath",
|
|
6738
6777
|
"type": {
|
|
@@ -6748,7 +6787,7 @@
|
|
|
6748
6787
|
"immutable": true,
|
|
6749
6788
|
"locationInModule": {
|
|
6750
6789
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6751
|
-
"line":
|
|
6790
|
+
"line": 67
|
|
6752
6791
|
},
|
|
6753
6792
|
"name": "fileType",
|
|
6754
6793
|
"type": {
|
|
@@ -6764,7 +6803,7 @@
|
|
|
6764
6803
|
"immutable": true,
|
|
6765
6804
|
"locationInModule": {
|
|
6766
6805
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6767
|
-
"line":
|
|
6806
|
+
"line": 71
|
|
6768
6807
|
},
|
|
6769
6808
|
"name": "continueOnError",
|
|
6770
6809
|
"optional": true,
|
|
@@ -6781,7 +6820,7 @@
|
|
|
6781
6820
|
"immutable": true,
|
|
6782
6821
|
"locationInModule": {
|
|
6783
6822
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6784
|
-
"line":
|
|
6823
|
+
"line": 69
|
|
6785
6824
|
},
|
|
6786
6825
|
"name": "executionOrder",
|
|
6787
6826
|
"optional": true,
|
|
@@ -6802,7 +6841,7 @@
|
|
|
6802
6841
|
"kind": "enum",
|
|
6803
6842
|
"locationInModule": {
|
|
6804
6843
|
"filename": "use-cases/utilities/data-loader.ts",
|
|
6805
|
-
"line":
|
|
6844
|
+
"line": 31
|
|
6806
6845
|
},
|
|
6807
6846
|
"members": [
|
|
6808
6847
|
{
|
|
@@ -7294,7 +7333,7 @@
|
|
|
7294
7333
|
"kind": "class",
|
|
7295
7334
|
"locationInModule": {
|
|
7296
7335
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7297
|
-
"line":
|
|
7336
|
+
"line": 73
|
|
7298
7337
|
},
|
|
7299
7338
|
"methods": [
|
|
7300
7339
|
{
|
|
@@ -7305,7 +7344,7 @@
|
|
|
7305
7344
|
},
|
|
7306
7345
|
"locationInModule": {
|
|
7307
7346
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7308
|
-
"line":
|
|
7347
|
+
"line": 203
|
|
7309
7348
|
},
|
|
7310
7349
|
"name": "createDynamoDbPolicyStatement",
|
|
7311
7350
|
"parameters": [
|
|
@@ -7349,7 +7388,7 @@
|
|
|
7349
7388
|
},
|
|
7350
7389
|
"locationInModule": {
|
|
7351
7390
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7352
|
-
"line":
|
|
7391
|
+
"line": 318
|
|
7353
7392
|
},
|
|
7354
7393
|
"name": "createKmsPolicyStatement",
|
|
7355
7394
|
"parameters": [
|
|
@@ -7393,7 +7432,7 @@
|
|
|
7393
7432
|
},
|
|
7394
7433
|
"locationInModule": {
|
|
7395
7434
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7396
|
-
"line":
|
|
7435
|
+
"line": 81
|
|
7397
7436
|
},
|
|
7398
7437
|
"name": "createLogsPermissions",
|
|
7399
7438
|
"parameters": [
|
|
@@ -7422,7 +7461,7 @@
|
|
|
7422
7461
|
},
|
|
7423
7462
|
"locationInModule": {
|
|
7424
7463
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7425
|
-
"line":
|
|
7464
|
+
"line": 222
|
|
7426
7465
|
},
|
|
7427
7466
|
"name": "createS3PolicyStatement",
|
|
7428
7467
|
"parameters": [
|
|
@@ -7476,7 +7515,7 @@
|
|
|
7476
7515
|
},
|
|
7477
7516
|
"locationInModule": {
|
|
7478
7517
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7479
|
-
"line":
|
|
7518
|
+
"line": 300
|
|
7480
7519
|
},
|
|
7481
7520
|
"name": "createSecretsManagerPolicyStatement",
|
|
7482
7521
|
"parameters": [
|
|
@@ -7520,7 +7559,7 @@
|
|
|
7520
7559
|
},
|
|
7521
7560
|
"locationInModule": {
|
|
7522
7561
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7523
|
-
"line":
|
|
7562
|
+
"line": 264
|
|
7524
7563
|
},
|
|
7525
7564
|
"name": "createSnsPolicyStatement",
|
|
7526
7565
|
"parameters": [
|
|
@@ -7564,7 +7603,7 @@
|
|
|
7564
7603
|
},
|
|
7565
7604
|
"locationInModule": {
|
|
7566
7605
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7567
|
-
"line":
|
|
7606
|
+
"line": 246
|
|
7568
7607
|
},
|
|
7569
7608
|
"name": "createSqsPolicyStatement",
|
|
7570
7609
|
"parameters": [
|
|
@@ -7608,7 +7647,7 @@
|
|
|
7608
7647
|
},
|
|
7609
7648
|
"locationInModule": {
|
|
7610
7649
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7611
|
-
"line":
|
|
7650
|
+
"line": 282
|
|
7612
7651
|
},
|
|
7613
7652
|
"name": "createStepFunctionsPolicyStatement",
|
|
7614
7653
|
"parameters": [
|
|
@@ -7652,7 +7691,7 @@
|
|
|
7652
7691
|
},
|
|
7653
7692
|
"locationInModule": {
|
|
7654
7693
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7655
|
-
"line":
|
|
7694
|
+
"line": 148
|
|
7656
7695
|
},
|
|
7657
7696
|
"name": "createVpcPermissions",
|
|
7658
7697
|
"returns": {
|
|
@@ -7675,7 +7714,7 @@
|
|
|
7675
7714
|
},
|
|
7676
7715
|
"locationInModule": {
|
|
7677
7716
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7678
|
-
"line":
|
|
7717
|
+
"line": 169
|
|
7679
7718
|
},
|
|
7680
7719
|
"name": "createXRayPermissions",
|
|
7681
7720
|
"returns": {
|
|
@@ -7696,7 +7735,7 @@
|
|
|
7696
7735
|
},
|
|
7697
7736
|
"locationInModule": {
|
|
7698
7737
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7699
|
-
"line":
|
|
7738
|
+
"line": 114
|
|
7700
7739
|
},
|
|
7701
7740
|
"name": "generateLambdaVPCPermissions",
|
|
7702
7741
|
"returns": {
|
|
@@ -7714,7 +7753,7 @@
|
|
|
7714
7753
|
},
|
|
7715
7754
|
"locationInModule": {
|
|
7716
7755
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7717
|
-
"line":
|
|
7756
|
+
"line": 139
|
|
7718
7757
|
},
|
|
7719
7758
|
"name": "generateUniqueFunctionName",
|
|
7720
7759
|
"parameters": [
|
|
@@ -7752,7 +7791,7 @@
|
|
|
7752
7791
|
},
|
|
7753
7792
|
"locationInModule": {
|
|
7754
7793
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7755
|
-
"line":
|
|
7794
|
+
"line": 188
|
|
7756
7795
|
},
|
|
7757
7796
|
"name": "getStackInfo",
|
|
7758
7797
|
"parameters": [
|
|
@@ -7775,6 +7814,24 @@
|
|
|
7775
7814
|
}
|
|
7776
7815
|
],
|
|
7777
7816
|
"name": "LambdaIamUtils",
|
|
7817
|
+
"properties": [
|
|
7818
|
+
{
|
|
7819
|
+
"const": true,
|
|
7820
|
+
"docs": {
|
|
7821
|
+
"stability": "experimental"
|
|
7822
|
+
},
|
|
7823
|
+
"immutable": true,
|
|
7824
|
+
"locationInModule": {
|
|
7825
|
+
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7826
|
+
"line": 74
|
|
7827
|
+
},
|
|
7828
|
+
"name": "OBSERVABILITY_SUFFIX",
|
|
7829
|
+
"static": true,
|
|
7830
|
+
"type": {
|
|
7831
|
+
"primitive": "string"
|
|
7832
|
+
}
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7778
7835
|
"symbolId": "use-cases/utilities/lambda-iam-utils:LambdaIamUtils"
|
|
7779
7836
|
},
|
|
7780
7837
|
"@cdklabs/cdk-appmod-catalog-blueprints.LambdaIamUtilsStackInfo": {
|
|
@@ -7904,6 +7961,25 @@
|
|
|
7904
7961
|
"fqn": "constructs.Construct"
|
|
7905
7962
|
}
|
|
7906
7963
|
},
|
|
7964
|
+
{
|
|
7965
|
+
"abstract": true,
|
|
7966
|
+
"docs": {
|
|
7967
|
+
"default": "false",
|
|
7968
|
+
"remarks": "This would have an impact\non the result IAM policy for the LogGroup for the Lambda function",
|
|
7969
|
+
"stability": "experimental",
|
|
7970
|
+
"summary": "Whether observability is enabled or not."
|
|
7971
|
+
},
|
|
7972
|
+
"immutable": true,
|
|
7973
|
+
"locationInModule": {
|
|
7974
|
+
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7975
|
+
"line": 52
|
|
7976
|
+
},
|
|
7977
|
+
"name": "enableObservability",
|
|
7978
|
+
"optional": true,
|
|
7979
|
+
"type": {
|
|
7980
|
+
"primitive": "boolean"
|
|
7981
|
+
}
|
|
7982
|
+
},
|
|
7907
7983
|
{
|
|
7908
7984
|
"abstract": true,
|
|
7909
7985
|
"docs": {
|
|
@@ -7936,7 +8012,7 @@
|
|
|
7936
8012
|
"kind": "interface",
|
|
7937
8013
|
"locationInModule": {
|
|
7938
8014
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7939
|
-
"line":
|
|
8015
|
+
"line": 58
|
|
7940
8016
|
},
|
|
7941
8017
|
"name": "LambdaLogsPermissionsResult",
|
|
7942
8018
|
"properties": [
|
|
@@ -7949,7 +8025,7 @@
|
|
|
7949
8025
|
"immutable": true,
|
|
7950
8026
|
"locationInModule": {
|
|
7951
8027
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7952
|
-
"line":
|
|
8028
|
+
"line": 62
|
|
7953
8029
|
},
|
|
7954
8030
|
"name": "policyStatements",
|
|
7955
8031
|
"type": {
|
|
@@ -7970,7 +8046,7 @@
|
|
|
7970
8046
|
"immutable": true,
|
|
7971
8047
|
"locationInModule": {
|
|
7972
8048
|
"filename": "use-cases/utilities/lambda-iam-utils.ts",
|
|
7973
|
-
"line":
|
|
8049
|
+
"line": 67
|
|
7974
8050
|
},
|
|
7975
8051
|
"name": "uniqueFunctionName",
|
|
7976
8052
|
"type": {
|
|
@@ -7992,7 +8068,7 @@
|
|
|
7992
8068
|
},
|
|
7993
8069
|
"locationInModule": {
|
|
7994
8070
|
"filename": "use-cases/utilities/observability/lambda-observability-property-injector.ts",
|
|
7995
|
-
"line":
|
|
8071
|
+
"line": 12
|
|
7996
8072
|
},
|
|
7997
8073
|
"parameters": [
|
|
7998
8074
|
{
|
|
@@ -8009,7 +8085,7 @@
|
|
|
8009
8085
|
"kind": "class",
|
|
8010
8086
|
"locationInModule": {
|
|
8011
8087
|
"filename": "use-cases/utilities/observability/lambda-observability-property-injector.ts",
|
|
8012
|
-
"line":
|
|
8088
|
+
"line": 8
|
|
8013
8089
|
},
|
|
8014
8090
|
"methods": [
|
|
8015
8091
|
{
|
|
@@ -8019,7 +8095,7 @@
|
|
|
8019
8095
|
},
|
|
8020
8096
|
"locationInModule": {
|
|
8021
8097
|
"filename": "use-cases/utilities/observability/lambda-observability-property-injector.ts",
|
|
8022
|
-
"line":
|
|
8098
|
+
"line": 17
|
|
8023
8099
|
},
|
|
8024
8100
|
"name": "inject",
|
|
8025
8101
|
"overrides": "aws-cdk-lib.IPropertyInjector",
|
|
@@ -8054,7 +8130,7 @@
|
|
|
8054
8130
|
"immutable": true,
|
|
8055
8131
|
"locationInModule": {
|
|
8056
8132
|
"filename": "use-cases/utilities/observability/lambda-observability-property-injector.ts",
|
|
8057
|
-
"line":
|
|
8133
|
+
"line": 9
|
|
8058
8134
|
},
|
|
8059
8135
|
"name": "constructUniqueId",
|
|
8060
8136
|
"overrides": "aws-cdk-lib.IPropertyInjector",
|
|
@@ -8069,7 +8145,7 @@
|
|
|
8069
8145
|
"immutable": true,
|
|
8070
8146
|
"locationInModule": {
|
|
8071
8147
|
"filename": "use-cases/utilities/observability/lambda-observability-property-injector.ts",
|
|
8072
|
-
"line":
|
|
8148
|
+
"line": 10
|
|
8073
8149
|
},
|
|
8074
8150
|
"name": "logGroupDataProtection",
|
|
8075
8151
|
"type": {
|
|
@@ -8639,6 +8715,6 @@
|
|
|
8639
8715
|
"symbolId": "use-cases/utilities/observability/state-machine-observability-property-injector:StateMachineObservabilityPropertyInjector"
|
|
8640
8716
|
}
|
|
8641
8717
|
},
|
|
8642
|
-
"version": "1.0.
|
|
8643
|
-
"fingerprint": "
|
|
8718
|
+
"version": "1.0.1",
|
|
8719
|
+
"fingerprint": "gXFtKyl0Tf6rX3hEsuw2mZnPF0GYkbN0hz/AfG7iAWw="
|
|
8644
8720
|
}
|