@aws-solutions-constructs/aws-kinesisstreams-lambda 2.51.0 → 2.52.0

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.
Files changed (27) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +49 -4
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +9 -8
  6. package/test/integ.kinlam-existing.js +5 -2
  7. package/test/integ.kinlam-existing.js.snapshot/asset.26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88/index.js +21 -0
  8. package/test/integ.kinlam-existing.js.snapshot/cdk.out +1 -0
  9. package/test/integ.kinlam-existing.js.snapshot/integ.json +12 -0
  10. package/test/integ.kinlam-existing.js.snapshot/kinlam-existing.assets.json +32 -0
  11. package/test/integ.kinlam-existing.js.snapshot/kinlam-existing.template.json +325 -0
  12. package/test/integ.kinlam-existing.js.snapshot/kinlamexistingIntegDefaultTestDeployAssert64C292A9.assets.json +19 -0
  13. package/test/integ.kinlam-existing.js.snapshot/kinlamexistingIntegDefaultTestDeployAssert64C292A9.template.json +36 -0
  14. package/test/integ.kinlam-existing.js.snapshot/manifest.json +161 -0
  15. package/test/integ.kinlam-existing.js.snapshot/tree.json +573 -0
  16. package/test/integ.kinlam-no-arguments.js +5 -2
  17. package/test/integ.kinlam-no-arguments.js.snapshot/asset.26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88/index.js +21 -0
  18. package/test/integ.kinlam-no-arguments.js.snapshot/cdk.out +1 -0
  19. package/test/integ.kinlam-no-arguments.js.snapshot/integ.json +12 -0
  20. package/test/integ.kinlam-no-arguments.js.snapshot/kinlam-no-arguments.assets.json +32 -0
  21. package/test/integ.kinlam-no-arguments.js.snapshot/kinlam-no-arguments.template.json +355 -0
  22. package/test/integ.kinlam-no-arguments.js.snapshot/kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.assets.json +19 -0
  23. package/test/integ.kinlam-no-arguments.js.snapshot/kinlamnoargumentsIntegDefaultTestDeployAssertE5672C42.template.json +36 -0
  24. package/test/integ.kinlam-no-arguments.js.snapshot/manifest.json +161 -0
  25. package/test/integ.kinlam-no-arguments.js.snapshot/tree.json +589 -0
  26. package/test/integ.kinlam-existing.expected.json +0 -335
  27. package/test/integ.kinlam-no-arguments.expected.json +0 -365
@@ -0,0 +1,589 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "kinlam-no-arguments": {
8
+ "id": "kinlam-no-arguments",
9
+ "path": "kinlam-no-arguments",
10
+ "children": {
11
+ "test-kinesisstreams-lambda": {
12
+ "id": "test-kinesisstreams-lambda",
13
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda",
14
+ "children": {
15
+ "KinesisStream": {
16
+ "id": "KinesisStream",
17
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStream",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStream/Resource",
22
+ "attributes": {
23
+ "aws:cdk:cloudformation:type": "AWS::Kinesis::Stream",
24
+ "aws:cdk:cloudformation:props": {
25
+ "retentionPeriodHours": 24,
26
+ "shardCount": 1,
27
+ "streamEncryption": {
28
+ "encryptionType": "KMS",
29
+ "keyId": "alias/aws/kinesis"
30
+ }
31
+ }
32
+ },
33
+ "constructInfo": {
34
+ "fqn": "aws-cdk-lib.aws_kinesis.CfnStream",
35
+ "version": "2.118.0"
36
+ }
37
+ }
38
+ },
39
+ "constructInfo": {
40
+ "fqn": "aws-cdk-lib.aws_kinesis.Stream",
41
+ "version": "2.118.0"
42
+ }
43
+ },
44
+ "LambdaFunctionServiceRole": {
45
+ "id": "LambdaFunctionServiceRole",
46
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole",
47
+ "children": {
48
+ "ImportLambdaFunctionServiceRole": {
49
+ "id": "ImportLambdaFunctionServiceRole",
50
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
51
+ "constructInfo": {
52
+ "fqn": "aws-cdk-lib.Resource",
53
+ "version": "2.118.0"
54
+ }
55
+ },
56
+ "Resource": {
57
+ "id": "Resource",
58
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/Resource",
59
+ "attributes": {
60
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
61
+ "aws:cdk:cloudformation:props": {
62
+ "assumeRolePolicyDocument": {
63
+ "Statement": [
64
+ {
65
+ "Action": "sts:AssumeRole",
66
+ "Effect": "Allow",
67
+ "Principal": {
68
+ "Service": "lambda.amazonaws.com"
69
+ }
70
+ }
71
+ ],
72
+ "Version": "2012-10-17"
73
+ },
74
+ "policies": [
75
+ {
76
+ "policyName": "LambdaFunctionServiceRolePolicy",
77
+ "policyDocument": {
78
+ "Statement": [
79
+ {
80
+ "Action": [
81
+ "logs:CreateLogGroup",
82
+ "logs:CreateLogStream",
83
+ "logs:PutLogEvents"
84
+ ],
85
+ "Effect": "Allow",
86
+ "Resource": {
87
+ "Fn::Join": [
88
+ "",
89
+ [
90
+ "arn:",
91
+ {
92
+ "Ref": "AWS::Partition"
93
+ },
94
+ ":logs:",
95
+ {
96
+ "Ref": "AWS::Region"
97
+ },
98
+ ":",
99
+ {
100
+ "Ref": "AWS::AccountId"
101
+ },
102
+ ":log-group:/aws/lambda/*"
103
+ ]
104
+ ]
105
+ }
106
+ }
107
+ ],
108
+ "Version": "2012-10-17"
109
+ }
110
+ }
111
+ ]
112
+ }
113
+ },
114
+ "constructInfo": {
115
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
116
+ "version": "2.118.0"
117
+ }
118
+ },
119
+ "DefaultPolicy": {
120
+ "id": "DefaultPolicy",
121
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/DefaultPolicy",
122
+ "children": {
123
+ "Resource": {
124
+ "id": "Resource",
125
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunctionServiceRole/DefaultPolicy/Resource",
126
+ "attributes": {
127
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
128
+ "aws:cdk:cloudformation:props": {
129
+ "policyDocument": {
130
+ "Statement": [
131
+ {
132
+ "Action": [
133
+ "xray:PutTelemetryRecords",
134
+ "xray:PutTraceSegments"
135
+ ],
136
+ "Effect": "Allow",
137
+ "Resource": "*"
138
+ },
139
+ {
140
+ "Action": [
141
+ "kinesis:DescribeStream",
142
+ "kinesis:DescribeStreamConsumer",
143
+ "kinesis:DescribeStreamSummary",
144
+ "kinesis:GetRecords",
145
+ "kinesis:GetShardIterator",
146
+ "kinesis:ListShards",
147
+ "kinesis:ListStreams",
148
+ "kinesis:SubscribeToShard"
149
+ ],
150
+ "Effect": "Allow",
151
+ "Resource": {
152
+ "Fn::GetAtt": [
153
+ "testkinesisstreamslambdaKinesisStream374D6D56",
154
+ "Arn"
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "Action": [
160
+ "sqs:GetQueueAttributes",
161
+ "sqs:GetQueueUrl",
162
+ "sqs:SendMessage"
163
+ ],
164
+ "Effect": "Allow",
165
+ "Resource": {
166
+ "Fn::GetAtt": [
167
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
168
+ "Arn"
169
+ ]
170
+ }
171
+ }
172
+ ],
173
+ "Version": "2012-10-17"
174
+ },
175
+ "policyName": "testkinesisstreamslambdaLambdaFunctionServiceRoleDefaultPolicy4929C676",
176
+ "roles": [
177
+ {
178
+ "Ref": "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ "constructInfo": {
184
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
185
+ "version": "2.118.0"
186
+ }
187
+ }
188
+ },
189
+ "constructInfo": {
190
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
191
+ "version": "2.118.0"
192
+ }
193
+ }
194
+ },
195
+ "constructInfo": {
196
+ "fqn": "aws-cdk-lib.aws_iam.Role",
197
+ "version": "2.118.0"
198
+ }
199
+ },
200
+ "LambdaFunction": {
201
+ "id": "LambdaFunction",
202
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction",
203
+ "children": {
204
+ "Code": {
205
+ "id": "Code",
206
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/Code",
207
+ "children": {
208
+ "Stage": {
209
+ "id": "Stage",
210
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/Code/Stage",
211
+ "constructInfo": {
212
+ "fqn": "aws-cdk-lib.AssetStaging",
213
+ "version": "2.118.0"
214
+ }
215
+ },
216
+ "AssetBucket": {
217
+ "id": "AssetBucket",
218
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/Code/AssetBucket",
219
+ "constructInfo": {
220
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
221
+ "version": "2.118.0"
222
+ }
223
+ }
224
+ },
225
+ "constructInfo": {
226
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
227
+ "version": "2.118.0"
228
+ }
229
+ },
230
+ "Resource": {
231
+ "id": "Resource",
232
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/Resource",
233
+ "attributes": {
234
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
235
+ "aws:cdk:cloudformation:props": {
236
+ "code": {
237
+ "s3Bucket": {
238
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
239
+ },
240
+ "s3Key": "26cf7db64552331215006953bf73e5adfb49b5bf0eb2298bfe04547b76c08b88.zip"
241
+ },
242
+ "environment": {
243
+ "variables": {
244
+ "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
245
+ }
246
+ },
247
+ "handler": "index.handler",
248
+ "role": {
249
+ "Fn::GetAtt": [
250
+ "testkinesisstreamslambdaLambdaFunctionServiceRoleAD98836E",
251
+ "Arn"
252
+ ]
253
+ },
254
+ "runtime": "nodejs16.x",
255
+ "tracingConfig": {
256
+ "mode": "Active"
257
+ }
258
+ }
259
+ },
260
+ "constructInfo": {
261
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
262
+ "version": "2.118.0"
263
+ }
264
+ },
265
+ "KinesisEventSource:kinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952": {
266
+ "id": "KinesisEventSource:kinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952",
267
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/KinesisEventSource:kinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952",
268
+ "children": {
269
+ "Resource": {
270
+ "id": "Resource",
271
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/LambdaFunction/KinesisEventSource:kinlamnoargumentstestkinesisstreamslambdaKinesisStreamB15C5952/Resource",
272
+ "attributes": {
273
+ "aws:cdk:cloudformation:type": "AWS::Lambda::EventSourceMapping",
274
+ "aws:cdk:cloudformation:props": {
275
+ "batchSize": 100,
276
+ "bisectBatchOnFunctionError": true,
277
+ "destinationConfig": {
278
+ "onFailure": {
279
+ "destination": {
280
+ "Fn::GetAtt": [
281
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
282
+ "Arn"
283
+ ]
284
+ }
285
+ }
286
+ },
287
+ "eventSourceArn": {
288
+ "Fn::GetAtt": [
289
+ "testkinesisstreamslambdaKinesisStream374D6D56",
290
+ "Arn"
291
+ ]
292
+ },
293
+ "functionName": {
294
+ "Ref": "testkinesisstreamslambdaLambdaFunctionB9A91CA7"
295
+ },
296
+ "maximumRecordAgeInSeconds": 86400,
297
+ "maximumRetryAttempts": 5,
298
+ "startingPosition": "TRIM_HORIZON"
299
+ }
300
+ },
301
+ "constructInfo": {
302
+ "fqn": "aws-cdk-lib.aws_lambda.CfnEventSourceMapping",
303
+ "version": "2.118.0"
304
+ }
305
+ }
306
+ },
307
+ "constructInfo": {
308
+ "fqn": "aws-cdk-lib.aws_lambda.EventSourceMapping",
309
+ "version": "2.118.0"
310
+ }
311
+ }
312
+ },
313
+ "constructInfo": {
314
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
315
+ "version": "2.118.0"
316
+ }
317
+ },
318
+ "SqsDlqQueue": {
319
+ "id": "SqsDlqQueue",
320
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue",
321
+ "children": {
322
+ "Resource": {
323
+ "id": "Resource",
324
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue/Resource",
325
+ "attributes": {
326
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
327
+ "aws:cdk:cloudformation:props": {
328
+ "kmsMasterKeyId": "alias/aws/sqs"
329
+ }
330
+ },
331
+ "constructInfo": {
332
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
333
+ "version": "2.118.0"
334
+ }
335
+ },
336
+ "Policy": {
337
+ "id": "Policy",
338
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue/Policy",
339
+ "children": {
340
+ "Resource": {
341
+ "id": "Resource",
342
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/SqsDlqQueue/Policy/Resource",
343
+ "attributes": {
344
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
345
+ "aws:cdk:cloudformation:props": {
346
+ "policyDocument": {
347
+ "Statement": [
348
+ {
349
+ "Action": [
350
+ "sqs:AddPermission",
351
+ "sqs:DeleteMessage",
352
+ "sqs:GetQueueAttributes",
353
+ "sqs:ReceiveMessage",
354
+ "sqs:RemovePermission",
355
+ "sqs:SendMessage",
356
+ "sqs:SetQueueAttributes"
357
+ ],
358
+ "Effect": "Allow",
359
+ "Principal": {
360
+ "AWS": {
361
+ "Fn::Join": [
362
+ "",
363
+ [
364
+ "arn:",
365
+ {
366
+ "Ref": "AWS::Partition"
367
+ },
368
+ ":iam::",
369
+ {
370
+ "Ref": "AWS::AccountId"
371
+ },
372
+ ":root"
373
+ ]
374
+ ]
375
+ }
376
+ },
377
+ "Resource": {
378
+ "Fn::GetAtt": [
379
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
380
+ "Arn"
381
+ ]
382
+ },
383
+ "Sid": "QueueOwnerOnlyAccess"
384
+ },
385
+ {
386
+ "Action": "SQS:*",
387
+ "Condition": {
388
+ "Bool": {
389
+ "aws:SecureTransport": "false"
390
+ }
391
+ },
392
+ "Effect": "Deny",
393
+ "Principal": {
394
+ "AWS": "*"
395
+ },
396
+ "Resource": {
397
+ "Fn::GetAtt": [
398
+ "testkinesisstreamslambdaSqsDlqQueue5971C9BA",
399
+ "Arn"
400
+ ]
401
+ },
402
+ "Sid": "HttpsOnly"
403
+ }
404
+ ],
405
+ "Version": "2012-10-17"
406
+ },
407
+ "queues": [
408
+ {
409
+ "Ref": "testkinesisstreamslambdaSqsDlqQueue5971C9BA"
410
+ }
411
+ ]
412
+ }
413
+ },
414
+ "constructInfo": {
415
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
416
+ "version": "2.118.0"
417
+ }
418
+ }
419
+ },
420
+ "constructInfo": {
421
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
422
+ "version": "2.118.0"
423
+ }
424
+ }
425
+ },
426
+ "constructInfo": {
427
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
428
+ "version": "2.118.0"
429
+ }
430
+ },
431
+ "KinesisStreamGetRecordsIteratorAgeAlarm": {
432
+ "id": "KinesisStreamGetRecordsIteratorAgeAlarm",
433
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamGetRecordsIteratorAgeAlarm",
434
+ "children": {
435
+ "Resource": {
436
+ "id": "Resource",
437
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamGetRecordsIteratorAgeAlarm/Resource",
438
+ "attributes": {
439
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
440
+ "aws:cdk:cloudformation:props": {
441
+ "alarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
442
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
443
+ "evaluationPeriods": 1,
444
+ "metricName": "GetRecords.IteratorAgeMilliseconds",
445
+ "namespace": "AWS/Kinesis",
446
+ "period": 300,
447
+ "statistic": "Maximum",
448
+ "threshold": 43200000
449
+ }
450
+ },
451
+ "constructInfo": {
452
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
453
+ "version": "2.118.0"
454
+ }
455
+ }
456
+ },
457
+ "constructInfo": {
458
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
459
+ "version": "2.118.0"
460
+ }
461
+ },
462
+ "KinesisStreamReadProvisionedThroughputExceededAlarm": {
463
+ "id": "KinesisStreamReadProvisionedThroughputExceededAlarm",
464
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamReadProvisionedThroughputExceededAlarm",
465
+ "children": {
466
+ "Resource": {
467
+ "id": "Resource",
468
+ "path": "kinlam-no-arguments/test-kinesisstreams-lambda/KinesisStreamReadProvisionedThroughputExceededAlarm/Resource",
469
+ "attributes": {
470
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
471
+ "aws:cdk:cloudformation:props": {
472
+ "alarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
473
+ "comparisonOperator": "GreaterThanThreshold",
474
+ "evaluationPeriods": 1,
475
+ "metricName": "ReadProvisionedThroughputExceeded",
476
+ "namespace": "AWS/Kinesis",
477
+ "period": 300,
478
+ "statistic": "Average",
479
+ "threshold": 0
480
+ }
481
+ },
482
+ "constructInfo": {
483
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
484
+ "version": "2.118.0"
485
+ }
486
+ }
487
+ },
488
+ "constructInfo": {
489
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
490
+ "version": "2.118.0"
491
+ }
492
+ }
493
+ },
494
+ "constructInfo": {
495
+ "fqn": "@aws-solutions-constructs/aws-kinesisstreams-lambda.KinesisStreamsToLambda",
496
+ "version": "2.50.0"
497
+ }
498
+ },
499
+ "Integ": {
500
+ "id": "Integ",
501
+ "path": "kinlam-no-arguments/Integ",
502
+ "children": {
503
+ "DefaultTest": {
504
+ "id": "DefaultTest",
505
+ "path": "kinlam-no-arguments/Integ/DefaultTest",
506
+ "children": {
507
+ "Default": {
508
+ "id": "Default",
509
+ "path": "kinlam-no-arguments/Integ/DefaultTest/Default",
510
+ "constructInfo": {
511
+ "fqn": "constructs.Construct",
512
+ "version": "10.0.0"
513
+ }
514
+ },
515
+ "DeployAssert": {
516
+ "id": "DeployAssert",
517
+ "path": "kinlam-no-arguments/Integ/DefaultTest/DeployAssert",
518
+ "children": {
519
+ "BootstrapVersion": {
520
+ "id": "BootstrapVersion",
521
+ "path": "kinlam-no-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion",
522
+ "constructInfo": {
523
+ "fqn": "aws-cdk-lib.CfnParameter",
524
+ "version": "2.118.0"
525
+ }
526
+ },
527
+ "CheckBootstrapVersion": {
528
+ "id": "CheckBootstrapVersion",
529
+ "path": "kinlam-no-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
530
+ "constructInfo": {
531
+ "fqn": "aws-cdk-lib.CfnRule",
532
+ "version": "2.118.0"
533
+ }
534
+ }
535
+ },
536
+ "constructInfo": {
537
+ "fqn": "aws-cdk-lib.Stack",
538
+ "version": "2.118.0"
539
+ }
540
+ }
541
+ },
542
+ "constructInfo": {
543
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
544
+ "version": "2.118.0-alpha.0"
545
+ }
546
+ }
547
+ },
548
+ "constructInfo": {
549
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
550
+ "version": "2.118.0-alpha.0"
551
+ }
552
+ },
553
+ "BootstrapVersion": {
554
+ "id": "BootstrapVersion",
555
+ "path": "kinlam-no-arguments/BootstrapVersion",
556
+ "constructInfo": {
557
+ "fqn": "aws-cdk-lib.CfnParameter",
558
+ "version": "2.118.0"
559
+ }
560
+ },
561
+ "CheckBootstrapVersion": {
562
+ "id": "CheckBootstrapVersion",
563
+ "path": "kinlam-no-arguments/CheckBootstrapVersion",
564
+ "constructInfo": {
565
+ "fqn": "aws-cdk-lib.CfnRule",
566
+ "version": "2.118.0"
567
+ }
568
+ }
569
+ },
570
+ "constructInfo": {
571
+ "fqn": "aws-cdk-lib.Stack",
572
+ "version": "2.118.0"
573
+ }
574
+ },
575
+ "Tree": {
576
+ "id": "Tree",
577
+ "path": "Tree",
578
+ "constructInfo": {
579
+ "fqn": "constructs.Construct",
580
+ "version": "10.0.0"
581
+ }
582
+ }
583
+ },
584
+ "constructInfo": {
585
+ "fqn": "aws-cdk-lib.App",
586
+ "version": "2.118.0"
587
+ }
588
+ }
589
+ }