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