@aws-solutions-constructs/aws-lambda-sns 2.79.1 → 2.81.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 (24) hide show
  1. package/.jsii +43 -43
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.lamsns-deployFunction.js.snapshot/cdk.out +1 -1
  5. package/test/integ.lamsns-deployFunction.js.snapshot/integ.json +1 -1
  6. package/test/integ.lamsns-deployFunction.js.snapshot/lamsns-deployFunction.assets.json +3 -3
  7. package/test/integ.lamsns-deployFunction.js.snapshot/lamsns-deployFunction.template.json +24 -18
  8. package/test/integ.lamsns-deployFunction.js.snapshot/lamsnsdeployFunctionIntegDefaultTestDeployAssert36FE5D09.assets.json +1 -1
  9. package/test/integ.lamsns-deployFunction.js.snapshot/manifest.json +190 -3
  10. package/test/integ.lamsns-deployFunction.js.snapshot/tree.json +1 -474
  11. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  12. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  13. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/lamsns-deployFunctionWithVpc.assets.json +3 -3
  14. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/lamsns-deployFunctionWithVpc.template.json +33 -7
  15. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/lamsnsdeployFunctionWithVpcIntegDefaultTestDeployAssertEDF33408.assets.json +1 -1
  16. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/manifest.json +455 -3
  17. package/test/integ.lamsns-deployFunctionWithVpc.js.snapshot/tree.json +1 -1127
  18. package/test/integ.lamsns-existingFunction.js.snapshot/cdk.out +1 -1
  19. package/test/integ.lamsns-existingFunction.js.snapshot/integ.json +1 -1
  20. package/test/integ.lamsns-existingFunction.js.snapshot/lamsns-existingFunction.assets.json +3 -3
  21. package/test/integ.lamsns-existingFunction.js.snapshot/lamsns-existingFunction.template.json +24 -18
  22. package/test/integ.lamsns-existingFunction.js.snapshot/lamsnsexistingFunctionIntegDefaultTestDeployAssert733AE3CB.assets.json +1 -1
  23. package/test/integ.lamsns-existingFunction.js.snapshot/manifest.json +190 -3
  24. package/test/integ.lamsns-existingFunction.js.snapshot/tree.json +1 -474
@@ -1,1127 +1 @@
1
- {
2
- "version": "tree-0.1",
3
- "tree": {
4
- "id": "App",
5
- "path": "",
6
- "children": {
7
- "lamsns-deployFunctionWithVpc": {
8
- "id": "lamsns-deployFunctionWithVpc",
9
- "path": "lamsns-deployFunctionWithVpc",
10
- "children": {
11
- "test-lambda-sns": {
12
- "id": "test-lambda-sns",
13
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns",
14
- "children": {
15
- "LambdaFunctionServiceRole": {
16
- "id": "LambdaFunctionServiceRole",
17
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole",
18
- "children": {
19
- "ImportLambdaFunctionServiceRole": {
20
- "id": "ImportLambdaFunctionServiceRole",
21
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
22
- "constructInfo": {
23
- "fqn": "aws-cdk-lib.Resource",
24
- "version": "2.174.0"
25
- }
26
- },
27
- "Resource": {
28
- "id": "Resource",
29
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/Resource",
30
- "attributes": {
31
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
32
- "aws:cdk:cloudformation:props": {
33
- "assumeRolePolicyDocument": {
34
- "Statement": [
35
- {
36
- "Action": "sts:AssumeRole",
37
- "Effect": "Allow",
38
- "Principal": {
39
- "Service": "lambda.amazonaws.com"
40
- }
41
- }
42
- ],
43
- "Version": "2012-10-17"
44
- },
45
- "policies": [
46
- {
47
- "policyName": "LambdaFunctionServiceRolePolicy",
48
- "policyDocument": {
49
- "Statement": [
50
- {
51
- "Action": [
52
- "logs:CreateLogGroup",
53
- "logs:CreateLogStream",
54
- "logs:PutLogEvents"
55
- ],
56
- "Effect": "Allow",
57
- "Resource": {
58
- "Fn::Join": [
59
- "",
60
- [
61
- "arn:",
62
- {
63
- "Ref": "AWS::Partition"
64
- },
65
- ":logs:",
66
- {
67
- "Ref": "AWS::Region"
68
- },
69
- ":",
70
- {
71
- "Ref": "AWS::AccountId"
72
- },
73
- ":log-group:/aws/lambda/*"
74
- ]
75
- ]
76
- }
77
- }
78
- ],
79
- "Version": "2012-10-17"
80
- }
81
- }
82
- ]
83
- }
84
- },
85
- "constructInfo": {
86
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
87
- "version": "2.174.0"
88
- }
89
- },
90
- "DefaultPolicy": {
91
- "id": "DefaultPolicy",
92
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/DefaultPolicy",
93
- "children": {
94
- "Resource": {
95
- "id": "Resource",
96
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/DefaultPolicy/Resource",
97
- "attributes": {
98
- "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
99
- "aws:cdk:cloudformation:props": {
100
- "policyDocument": {
101
- "Statement": [
102
- {
103
- "Action": [
104
- "ec2:AssignPrivateIpAddresses",
105
- "ec2:CreateNetworkInterface",
106
- "ec2:DeleteNetworkInterface",
107
- "ec2:DescribeNetworkInterfaces",
108
- "ec2:UnassignPrivateIpAddresses",
109
- "xray:PutTelemetryRecords",
110
- "xray:PutTraceSegments"
111
- ],
112
- "Effect": "Allow",
113
- "Resource": "*"
114
- },
115
- {
116
- "Action": "sns:Publish",
117
- "Effect": "Allow",
118
- "Resource": {
119
- "Ref": "testlambdasnsSnsTopic57DFED98"
120
- }
121
- }
122
- ],
123
- "Version": "2012-10-17"
124
- },
125
- "policyName": "testlambdasnsLambdaFunctionServiceRoleDefaultPolicyBB1D55CB",
126
- "roles": [
127
- {
128
- "Ref": "testlambdasnsLambdaFunctionServiceRole9C412F74"
129
- }
130
- ]
131
- }
132
- },
133
- "constructInfo": {
134
- "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
135
- "version": "2.174.0"
136
- }
137
- }
138
- },
139
- "constructInfo": {
140
- "fqn": "aws-cdk-lib.aws_iam.Policy",
141
- "version": "2.174.0"
142
- }
143
- }
144
- },
145
- "constructInfo": {
146
- "fqn": "aws-cdk-lib.aws_iam.Role",
147
- "version": "2.174.0"
148
- }
149
- },
150
- "ReplaceDefaultSecurityGroup-security-group": {
151
- "id": "ReplaceDefaultSecurityGroup-security-group",
152
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group",
153
- "children": {
154
- "Resource": {
155
- "id": "Resource",
156
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group/Resource",
157
- "attributes": {
158
- "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
159
- "aws:cdk:cloudformation:props": {
160
- "groupDescription": "lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group",
161
- "securityGroupEgress": [
162
- {
163
- "cidrIp": "0.0.0.0/0",
164
- "description": "Allow all outbound traffic by default",
165
- "ipProtocol": "-1"
166
- }
167
- ],
168
- "vpcId": {
169
- "Ref": "Vpc8378EB38"
170
- }
171
- }
172
- },
173
- "constructInfo": {
174
- "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
175
- "version": "2.174.0"
176
- }
177
- }
178
- },
179
- "constructInfo": {
180
- "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
181
- "version": "2.174.0"
182
- }
183
- },
184
- "LambdaFunction": {
185
- "id": "LambdaFunction",
186
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction",
187
- "children": {
188
- "Code": {
189
- "id": "Code",
190
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code",
191
- "children": {
192
- "Stage": {
193
- "id": "Stage",
194
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code/Stage",
195
- "constructInfo": {
196
- "fqn": "aws-cdk-lib.AssetStaging",
197
- "version": "2.174.0"
198
- }
199
- },
200
- "AssetBucket": {
201
- "id": "AssetBucket",
202
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code/AssetBucket",
203
- "constructInfo": {
204
- "fqn": "aws-cdk-lib.aws_s3.BucketBase",
205
- "version": "2.174.0"
206
- }
207
- }
208
- },
209
- "constructInfo": {
210
- "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
211
- "version": "2.174.0"
212
- }
213
- },
214
- "Resource": {
215
- "id": "Resource",
216
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Resource",
217
- "attributes": {
218
- "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
219
- "aws:cdk:cloudformation:props": {
220
- "code": {
221
- "s3Bucket": {
222
- "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
223
- },
224
- "s3Key": "0904d3723480fed2daf7885caa427b930881caae6879d1e6b0d395020173ef6f.zip"
225
- },
226
- "environment": {
227
- "variables": {
228
- "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1",
229
- "SNS_TOPIC_ARN": {
230
- "Ref": "testlambdasnsSnsTopic57DFED98"
231
- },
232
- "SNS_TOPIC_NAME": {
233
- "Fn::GetAtt": [
234
- "testlambdasnsSnsTopic57DFED98",
235
- "TopicName"
236
- ]
237
- }
238
- }
239
- },
240
- "handler": "index.handler",
241
- "role": {
242
- "Fn::GetAtt": [
243
- "testlambdasnsLambdaFunctionServiceRole9C412F74",
244
- "Arn"
245
- ]
246
- },
247
- "runtime": "nodejs20.x",
248
- "tracingConfig": {
249
- "mode": "Active"
250
- },
251
- "vpcConfig": {
252
- "subnetIds": [
253
- {
254
- "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
255
- },
256
- {
257
- "Ref": "VpcisolatedSubnet2Subnet39217055"
258
- }
259
- ],
260
- "securityGroupIds": [
261
- {
262
- "Fn::GetAtt": [
263
- "testlambdasnsReplaceDefaultSecurityGroupsecuritygroup071D13CB",
264
- "GroupId"
265
- ]
266
- }
267
- ]
268
- }
269
- }
270
- },
271
- "constructInfo": {
272
- "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
273
- "version": "2.174.0"
274
- }
275
- }
276
- },
277
- "constructInfo": {
278
- "fqn": "aws-cdk-lib.aws_lambda.Function",
279
- "version": "2.174.0"
280
- }
281
- },
282
- "aws-managed-key": {
283
- "id": "aws-managed-key",
284
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/aws-managed-key",
285
- "constructInfo": {
286
- "fqn": "aws-cdk-lib.Resource",
287
- "version": "2.174.0"
288
- }
289
- },
290
- "SnsTopic": {
291
- "id": "SnsTopic",
292
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic",
293
- "children": {
294
- "Resource": {
295
- "id": "Resource",
296
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Resource",
297
- "attributes": {
298
- "aws:cdk:cloudformation:type": "AWS::SNS::Topic",
299
- "aws:cdk:cloudformation:props": {
300
- "kmsMasterKeyId": {
301
- "Fn::Join": [
302
- "",
303
- [
304
- "arn:",
305
- {
306
- "Ref": "AWS::Partition"
307
- },
308
- ":kms:",
309
- {
310
- "Ref": "AWS::Region"
311
- },
312
- ":",
313
- {
314
- "Ref": "AWS::AccountId"
315
- },
316
- ":alias/aws/sns"
317
- ]
318
- ]
319
- }
320
- }
321
- },
322
- "constructInfo": {
323
- "fqn": "aws-cdk-lib.aws_sns.CfnTopic",
324
- "version": "2.174.0"
325
- }
326
- },
327
- "Policy": {
328
- "id": "Policy",
329
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Policy",
330
- "children": {
331
- "Resource": {
332
- "id": "Resource",
333
- "path": "lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Policy/Resource",
334
- "attributes": {
335
- "aws:cdk:cloudformation:type": "AWS::SNS::TopicPolicy",
336
- "aws:cdk:cloudformation:props": {
337
- "policyDocument": {
338
- "Statement": [
339
- {
340
- "Action": [
341
- "SNS:AddPermission",
342
- "SNS:DeleteTopic",
343
- "SNS:GetTopicAttributes",
344
- "SNS:ListSubscriptionsByTopic",
345
- "SNS:Publish",
346
- "SNS:Receive",
347
- "SNS:RemovePermission",
348
- "SNS:SetTopicAttributes",
349
- "SNS:Subscribe"
350
- ],
351
- "Condition": {
352
- "StringEquals": {
353
- "AWS:SourceOwner": {
354
- "Ref": "AWS::AccountId"
355
- }
356
- }
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
- "Ref": "testlambdasnsSnsTopic57DFED98"
379
- },
380
- "Sid": "TopicOwnerOnlyAccess"
381
- },
382
- {
383
- "Action": [
384
- "SNS:AddPermission",
385
- "SNS:DeleteTopic",
386
- "SNS:GetTopicAttributes",
387
- "SNS:ListSubscriptionsByTopic",
388
- "SNS:Publish",
389
- "SNS:Receive",
390
- "SNS:RemovePermission",
391
- "SNS:SetTopicAttributes",
392
- "SNS:Subscribe"
393
- ],
394
- "Condition": {
395
- "Bool": {
396
- "aws:SecureTransport": "false"
397
- }
398
- },
399
- "Effect": "Deny",
400
- "Principal": {
401
- "AWS": "*"
402
- },
403
- "Resource": {
404
- "Ref": "testlambdasnsSnsTopic57DFED98"
405
- },
406
- "Sid": "HttpsOnly"
407
- }
408
- ],
409
- "Version": "2012-10-17"
410
- },
411
- "topics": [
412
- {
413
- "Ref": "testlambdasnsSnsTopic57DFED98"
414
- }
415
- ]
416
- }
417
- },
418
- "constructInfo": {
419
- "fqn": "aws-cdk-lib.aws_sns.CfnTopicPolicy",
420
- "version": "2.174.0"
421
- }
422
- }
423
- },
424
- "constructInfo": {
425
- "fqn": "aws-cdk-lib.aws_sns.TopicPolicy",
426
- "version": "2.174.0"
427
- }
428
- }
429
- },
430
- "constructInfo": {
431
- "fqn": "aws-cdk-lib.aws_sns.Topic",
432
- "version": "2.174.0"
433
- }
434
- }
435
- },
436
- "constructInfo": {
437
- "fqn": "@aws-solutions-constructs/aws-lambda-sns.LambdaToSns",
438
- "version": "2.76.0"
439
- }
440
- },
441
- "Vpc": {
442
- "id": "Vpc",
443
- "path": "lamsns-deployFunctionWithVpc/Vpc",
444
- "children": {
445
- "Resource": {
446
- "id": "Resource",
447
- "path": "lamsns-deployFunctionWithVpc/Vpc/Resource",
448
- "attributes": {
449
- "aws:cdk:cloudformation:type": "AWS::EC2::VPC",
450
- "aws:cdk:cloudformation:props": {
451
- "cidrBlock": "10.0.0.0/16",
452
- "enableDnsHostnames": true,
453
- "enableDnsSupport": true,
454
- "instanceTenancy": "default",
455
- "tags": [
456
- {
457
- "key": "Name",
458
- "value": "lamsns-deployFunctionWithVpc/Vpc"
459
- }
460
- ]
461
- }
462
- },
463
- "constructInfo": {
464
- "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
465
- "version": "2.174.0"
466
- }
467
- },
468
- "isolatedSubnet1": {
469
- "id": "isolatedSubnet1",
470
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1",
471
- "children": {
472
- "Subnet": {
473
- "id": "Subnet",
474
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/Subnet",
475
- "attributes": {
476
- "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
477
- "aws:cdk:cloudformation:props": {
478
- "availabilityZone": {
479
- "Fn::Select": [
480
- 0,
481
- {
482
- "Fn::GetAZs": ""
483
- }
484
- ]
485
- },
486
- "cidrBlock": "10.0.0.0/18",
487
- "mapPublicIpOnLaunch": false,
488
- "tags": [
489
- {
490
- "key": "aws-cdk:subnet-name",
491
- "value": "isolated"
492
- },
493
- {
494
- "key": "aws-cdk:subnet-type",
495
- "value": "Isolated"
496
- },
497
- {
498
- "key": "Name",
499
- "value": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1"
500
- }
501
- ],
502
- "vpcId": {
503
- "Ref": "Vpc8378EB38"
504
- }
505
- }
506
- },
507
- "constructInfo": {
508
- "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
509
- "version": "2.174.0"
510
- }
511
- },
512
- "Acl": {
513
- "id": "Acl",
514
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/Acl",
515
- "constructInfo": {
516
- "fqn": "aws-cdk-lib.Resource",
517
- "version": "2.174.0"
518
- }
519
- },
520
- "RouteTable": {
521
- "id": "RouteTable",
522
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/RouteTable",
523
- "attributes": {
524
- "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
525
- "aws:cdk:cloudformation:props": {
526
- "tags": [
527
- {
528
- "key": "Name",
529
- "value": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1"
530
- }
531
- ],
532
- "vpcId": {
533
- "Ref": "Vpc8378EB38"
534
- }
535
- }
536
- },
537
- "constructInfo": {
538
- "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
539
- "version": "2.174.0"
540
- }
541
- },
542
- "RouteTableAssociation": {
543
- "id": "RouteTableAssociation",
544
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/RouteTableAssociation",
545
- "attributes": {
546
- "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
547
- "aws:cdk:cloudformation:props": {
548
- "routeTableId": {
549
- "Ref": "VpcisolatedSubnet1RouteTableE442650B"
550
- },
551
- "subnetId": {
552
- "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
553
- }
554
- }
555
- },
556
- "constructInfo": {
557
- "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
558
- "version": "2.174.0"
559
- }
560
- }
561
- },
562
- "constructInfo": {
563
- "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
564
- "version": "2.174.0"
565
- }
566
- },
567
- "isolatedSubnet2": {
568
- "id": "isolatedSubnet2",
569
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2",
570
- "children": {
571
- "Subnet": {
572
- "id": "Subnet",
573
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/Subnet",
574
- "attributes": {
575
- "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
576
- "aws:cdk:cloudformation:props": {
577
- "availabilityZone": {
578
- "Fn::Select": [
579
- 1,
580
- {
581
- "Fn::GetAZs": ""
582
- }
583
- ]
584
- },
585
- "cidrBlock": "10.0.64.0/18",
586
- "mapPublicIpOnLaunch": false,
587
- "tags": [
588
- {
589
- "key": "aws-cdk:subnet-name",
590
- "value": "isolated"
591
- },
592
- {
593
- "key": "aws-cdk:subnet-type",
594
- "value": "Isolated"
595
- },
596
- {
597
- "key": "Name",
598
- "value": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2"
599
- }
600
- ],
601
- "vpcId": {
602
- "Ref": "Vpc8378EB38"
603
- }
604
- }
605
- },
606
- "constructInfo": {
607
- "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
608
- "version": "2.174.0"
609
- }
610
- },
611
- "Acl": {
612
- "id": "Acl",
613
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/Acl",
614
- "constructInfo": {
615
- "fqn": "aws-cdk-lib.Resource",
616
- "version": "2.174.0"
617
- }
618
- },
619
- "RouteTable": {
620
- "id": "RouteTable",
621
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/RouteTable",
622
- "attributes": {
623
- "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
624
- "aws:cdk:cloudformation:props": {
625
- "tags": [
626
- {
627
- "key": "Name",
628
- "value": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2"
629
- }
630
- ],
631
- "vpcId": {
632
- "Ref": "Vpc8378EB38"
633
- }
634
- }
635
- },
636
- "constructInfo": {
637
- "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
638
- "version": "2.174.0"
639
- }
640
- },
641
- "RouteTableAssociation": {
642
- "id": "RouteTableAssociation",
643
- "path": "lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/RouteTableAssociation",
644
- "attributes": {
645
- "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
646
- "aws:cdk:cloudformation:props": {
647
- "routeTableId": {
648
- "Ref": "VpcisolatedSubnet2RouteTable334F9764"
649
- },
650
- "subnetId": {
651
- "Ref": "VpcisolatedSubnet2Subnet39217055"
652
- }
653
- }
654
- },
655
- "constructInfo": {
656
- "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
657
- "version": "2.174.0"
658
- }
659
- }
660
- },
661
- "constructInfo": {
662
- "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
663
- "version": "2.174.0"
664
- }
665
- },
666
- "RestrictDefaultSecurityGroupCustomResource": {
667
- "id": "RestrictDefaultSecurityGroupCustomResource",
668
- "path": "lamsns-deployFunctionWithVpc/Vpc/RestrictDefaultSecurityGroupCustomResource",
669
- "children": {
670
- "Default": {
671
- "id": "Default",
672
- "path": "lamsns-deployFunctionWithVpc/Vpc/RestrictDefaultSecurityGroupCustomResource/Default",
673
- "constructInfo": {
674
- "fqn": "aws-cdk-lib.CfnResource",
675
- "version": "2.174.0"
676
- }
677
- }
678
- },
679
- "constructInfo": {
680
- "fqn": "aws-cdk-lib.CustomResource",
681
- "version": "2.174.0"
682
- }
683
- },
684
- "FlowLog": {
685
- "id": "FlowLog",
686
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog",
687
- "children": {
688
- "IAMRole": {
689
- "id": "IAMRole",
690
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole",
691
- "children": {
692
- "ImportIAMRole": {
693
- "id": "ImportIAMRole",
694
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/ImportIAMRole",
695
- "constructInfo": {
696
- "fqn": "aws-cdk-lib.Resource",
697
- "version": "2.174.0"
698
- }
699
- },
700
- "Resource": {
701
- "id": "Resource",
702
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/Resource",
703
- "attributes": {
704
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
705
- "aws:cdk:cloudformation:props": {
706
- "assumeRolePolicyDocument": {
707
- "Statement": [
708
- {
709
- "Action": "sts:AssumeRole",
710
- "Effect": "Allow",
711
- "Principal": {
712
- "Service": "vpc-flow-logs.amazonaws.com"
713
- }
714
- }
715
- ],
716
- "Version": "2012-10-17"
717
- },
718
- "tags": [
719
- {
720
- "key": "Name",
721
- "value": "lamsns-deployFunctionWithVpc/Vpc/FlowLog"
722
- }
723
- ]
724
- }
725
- },
726
- "constructInfo": {
727
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
728
- "version": "2.174.0"
729
- }
730
- },
731
- "DefaultPolicy": {
732
- "id": "DefaultPolicy",
733
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/DefaultPolicy",
734
- "children": {
735
- "Resource": {
736
- "id": "Resource",
737
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource",
738
- "attributes": {
739
- "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
740
- "aws:cdk:cloudformation:props": {
741
- "policyDocument": {
742
- "Statement": [
743
- {
744
- "Action": [
745
- "logs:CreateLogStream",
746
- "logs:DescribeLogStreams",
747
- "logs:PutLogEvents"
748
- ],
749
- "Effect": "Allow",
750
- "Resource": {
751
- "Fn::GetAtt": [
752
- "VpcFlowLogLogGroup7B5C56B9",
753
- "Arn"
754
- ]
755
- }
756
- },
757
- {
758
- "Action": "iam:PassRole",
759
- "Effect": "Allow",
760
- "Resource": {
761
- "Fn::GetAtt": [
762
- "VpcFlowLogIAMRole6A475D41",
763
- "Arn"
764
- ]
765
- }
766
- }
767
- ],
768
- "Version": "2012-10-17"
769
- },
770
- "policyName": "VpcFlowLogIAMRoleDefaultPolicy406FB995",
771
- "roles": [
772
- {
773
- "Ref": "VpcFlowLogIAMRole6A475D41"
774
- }
775
- ]
776
- }
777
- },
778
- "constructInfo": {
779
- "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
780
- "version": "2.174.0"
781
- }
782
- }
783
- },
784
- "constructInfo": {
785
- "fqn": "aws-cdk-lib.aws_iam.Policy",
786
- "version": "2.174.0"
787
- }
788
- }
789
- },
790
- "constructInfo": {
791
- "fqn": "aws-cdk-lib.aws_iam.Role",
792
- "version": "2.174.0"
793
- }
794
- },
795
- "LogGroup": {
796
- "id": "LogGroup",
797
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/LogGroup",
798
- "children": {
799
- "Resource": {
800
- "id": "Resource",
801
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/LogGroup/Resource",
802
- "attributes": {
803
- "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
804
- "aws:cdk:cloudformation:props": {
805
- "retentionInDays": 731,
806
- "tags": [
807
- {
808
- "key": "Name",
809
- "value": "lamsns-deployFunctionWithVpc/Vpc/FlowLog"
810
- }
811
- ]
812
- }
813
- },
814
- "constructInfo": {
815
- "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
816
- "version": "2.174.0"
817
- }
818
- }
819
- },
820
- "constructInfo": {
821
- "fqn": "aws-cdk-lib.aws_logs.LogGroup",
822
- "version": "2.174.0"
823
- }
824
- },
825
- "FlowLog": {
826
- "id": "FlowLog",
827
- "path": "lamsns-deployFunctionWithVpc/Vpc/FlowLog/FlowLog",
828
- "attributes": {
829
- "aws:cdk:cloudformation:type": "AWS::EC2::FlowLog",
830
- "aws:cdk:cloudformation:props": {
831
- "deliverLogsPermissionArn": {
832
- "Fn::GetAtt": [
833
- "VpcFlowLogIAMRole6A475D41",
834
- "Arn"
835
- ]
836
- },
837
- "logDestinationType": "cloud-watch-logs",
838
- "logGroupName": {
839
- "Ref": "VpcFlowLogLogGroup7B5C56B9"
840
- },
841
- "resourceId": {
842
- "Ref": "Vpc8378EB38"
843
- },
844
- "resourceType": "VPC",
845
- "tags": [
846
- {
847
- "key": "Name",
848
- "value": "lamsns-deployFunctionWithVpc/Vpc/FlowLog"
849
- }
850
- ],
851
- "trafficType": "ALL"
852
- }
853
- },
854
- "constructInfo": {
855
- "fqn": "aws-cdk-lib.aws_ec2.CfnFlowLog",
856
- "version": "2.174.0"
857
- }
858
- }
859
- },
860
- "constructInfo": {
861
- "fqn": "aws-cdk-lib.aws_ec2.FlowLog",
862
- "version": "2.174.0"
863
- }
864
- },
865
- "SNS": {
866
- "id": "SNS",
867
- "path": "lamsns-deployFunctionWithVpc/Vpc/SNS",
868
- "children": {
869
- "Resource": {
870
- "id": "Resource",
871
- "path": "lamsns-deployFunctionWithVpc/Vpc/SNS/Resource",
872
- "attributes": {
873
- "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
874
- "aws:cdk:cloudformation:props": {
875
- "tags": [
876
- {
877
- "key": "Name",
878
- "value": "lamsns-deployFunctionWithVpc/Vpc"
879
- }
880
- ],
881
- "privateDnsEnabled": true,
882
- "securityGroupIds": [
883
- {
884
- "Fn::GetAtt": [
885
- "lamsnsdeployFunctionWithVpcSNSsecuritygroup072F337C",
886
- "GroupId"
887
- ]
888
- }
889
- ],
890
- "serviceName": {
891
- "Fn::Join": [
892
- "",
893
- [
894
- "com.amazonaws.",
895
- {
896
- "Ref": "AWS::Region"
897
- },
898
- ".sns"
899
- ]
900
- ]
901
- },
902
- "subnetIds": [
903
- {
904
- "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
905
- },
906
- {
907
- "Ref": "VpcisolatedSubnet2Subnet39217055"
908
- }
909
- ],
910
- "vpcEndpointType": "Interface",
911
- "vpcId": {
912
- "Ref": "Vpc8378EB38"
913
- }
914
- }
915
- },
916
- "constructInfo": {
917
- "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
918
- "version": "2.174.0"
919
- }
920
- }
921
- },
922
- "constructInfo": {
923
- "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
924
- "version": "2.174.0"
925
- }
926
- }
927
- },
928
- "constructInfo": {
929
- "fqn": "aws-cdk-lib.aws_ec2.Vpc",
930
- "version": "2.174.0"
931
- }
932
- },
933
- "LatestNodeRuntimeMap": {
934
- "id": "LatestNodeRuntimeMap",
935
- "path": "lamsns-deployFunctionWithVpc/LatestNodeRuntimeMap",
936
- "constructInfo": {
937
- "fqn": "aws-cdk-lib.CfnMapping",
938
- "version": "2.174.0"
939
- }
940
- },
941
- "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
942
- "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
943
- "path": "lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider",
944
- "children": {
945
- "Staging": {
946
- "id": "Staging",
947
- "path": "lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
948
- "constructInfo": {
949
- "fqn": "aws-cdk-lib.AssetStaging",
950
- "version": "2.174.0"
951
- }
952
- },
953
- "Role": {
954
- "id": "Role",
955
- "path": "lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
956
- "constructInfo": {
957
- "fqn": "aws-cdk-lib.CfnResource",
958
- "version": "2.174.0"
959
- }
960
- },
961
- "Handler": {
962
- "id": "Handler",
963
- "path": "lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
964
- "constructInfo": {
965
- "fqn": "aws-cdk-lib.CfnResource",
966
- "version": "2.174.0"
967
- }
968
- }
969
- },
970
- "constructInfo": {
971
- "fqn": "aws-cdk-lib.CustomResourceProviderBase",
972
- "version": "2.174.0"
973
- }
974
- },
975
- "lamsns-deployFunctionWithVpc-SNS-security-group": {
976
- "id": "lamsns-deployFunctionWithVpc-SNS-security-group",
977
- "path": "lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group",
978
- "children": {
979
- "Resource": {
980
- "id": "Resource",
981
- "path": "lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group/Resource",
982
- "attributes": {
983
- "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
984
- "aws:cdk:cloudformation:props": {
985
- "groupDescription": "lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group",
986
- "securityGroupEgress": [
987
- {
988
- "cidrIp": "0.0.0.0/0",
989
- "description": "Allow all outbound traffic by default",
990
- "ipProtocol": "-1"
991
- }
992
- ],
993
- "securityGroupIngress": [
994
- {
995
- "cidrIp": {
996
- "Fn::GetAtt": [
997
- "Vpc8378EB38",
998
- "CidrBlock"
999
- ]
1000
- },
1001
- "ipProtocol": "tcp",
1002
- "fromPort": 443,
1003
- "toPort": 443,
1004
- "description": {
1005
- "Fn::Join": [
1006
- "",
1007
- [
1008
- "from ",
1009
- {
1010
- "Fn::GetAtt": [
1011
- "Vpc8378EB38",
1012
- "CidrBlock"
1013
- ]
1014
- },
1015
- ":443"
1016
- ]
1017
- ]
1018
- }
1019
- }
1020
- ],
1021
- "vpcId": {
1022
- "Ref": "Vpc8378EB38"
1023
- }
1024
- }
1025
- },
1026
- "constructInfo": {
1027
- "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1028
- "version": "2.174.0"
1029
- }
1030
- }
1031
- },
1032
- "constructInfo": {
1033
- "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1034
- "version": "2.174.0"
1035
- }
1036
- },
1037
- "Integ": {
1038
- "id": "Integ",
1039
- "path": "lamsns-deployFunctionWithVpc/Integ",
1040
- "children": {
1041
- "DefaultTest": {
1042
- "id": "DefaultTest",
1043
- "path": "lamsns-deployFunctionWithVpc/Integ/DefaultTest",
1044
- "children": {
1045
- "Default": {
1046
- "id": "Default",
1047
- "path": "lamsns-deployFunctionWithVpc/Integ/DefaultTest/Default",
1048
- "constructInfo": {
1049
- "fqn": "constructs.Construct",
1050
- "version": "10.4.2"
1051
- }
1052
- },
1053
- "DeployAssert": {
1054
- "id": "DeployAssert",
1055
- "path": "lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert",
1056
- "children": {
1057
- "BootstrapVersion": {
1058
- "id": "BootstrapVersion",
1059
- "path": "lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1060
- "constructInfo": {
1061
- "fqn": "aws-cdk-lib.CfnParameter",
1062
- "version": "2.174.0"
1063
- }
1064
- },
1065
- "CheckBootstrapVersion": {
1066
- "id": "CheckBootstrapVersion",
1067
- "path": "lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1068
- "constructInfo": {
1069
- "fqn": "aws-cdk-lib.CfnRule",
1070
- "version": "2.174.0"
1071
- }
1072
- }
1073
- },
1074
- "constructInfo": {
1075
- "fqn": "aws-cdk-lib.Stack",
1076
- "version": "2.174.0"
1077
- }
1078
- }
1079
- },
1080
- "constructInfo": {
1081
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1082
- "version": "2.174.0-alpha.0"
1083
- }
1084
- }
1085
- },
1086
- "constructInfo": {
1087
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1088
- "version": "2.174.0-alpha.0"
1089
- }
1090
- },
1091
- "BootstrapVersion": {
1092
- "id": "BootstrapVersion",
1093
- "path": "lamsns-deployFunctionWithVpc/BootstrapVersion",
1094
- "constructInfo": {
1095
- "fqn": "aws-cdk-lib.CfnParameter",
1096
- "version": "2.174.0"
1097
- }
1098
- },
1099
- "CheckBootstrapVersion": {
1100
- "id": "CheckBootstrapVersion",
1101
- "path": "lamsns-deployFunctionWithVpc/CheckBootstrapVersion",
1102
- "constructInfo": {
1103
- "fqn": "aws-cdk-lib.CfnRule",
1104
- "version": "2.174.0"
1105
- }
1106
- }
1107
- },
1108
- "constructInfo": {
1109
- "fqn": "aws-cdk-lib.Stack",
1110
- "version": "2.174.0"
1111
- }
1112
- },
1113
- "Tree": {
1114
- "id": "Tree",
1115
- "path": "Tree",
1116
- "constructInfo": {
1117
- "fqn": "constructs.Construct",
1118
- "version": "10.4.2"
1119
- }
1120
- }
1121
- },
1122
- "constructInfo": {
1123
- "fqn": "aws-cdk-lib.App",
1124
- "version": "2.174.0"
1125
- }
1126
- }
1127
- }
1
+ {"version":"tree-0.1","tree":{"id":"App","path":"","children":{"lamsns-deployFunctionWithVpc":{"id":"lamsns-deployFunctionWithVpc","path":"lamsns-deployFunctionWithVpc","children":{"test-lambda-sns":{"id":"test-lambda-sns","path":"lamsns-deployFunctionWithVpc/test-lambda-sns","children":{"LambdaFunctionServiceRole":{"id":"LambdaFunctionServiceRole","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole","children":{"ImportLambdaFunctionServiceRole":{"id":"ImportLambdaFunctionServiceRole","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"lambda.amazonaws.com"}}],"Version":"2012-10-17"},"policies":[{"policyName":"LambdaFunctionServiceRolePolicy","policyDocument":{"Statement":[{"Action":["logs:CreateLogGroup","logs:CreateLogStream","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":logs:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":log-group:/aws/lambda/*"]]}}],"Version":"2012-10-17"}}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}},"DefaultPolicy":{"id":"DefaultPolicy","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/DefaultPolicy","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunctionServiceRole/DefaultPolicy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["ec2:AssignPrivateIpAddresses","ec2:CreateNetworkInterface","ec2:DeleteNetworkInterface","ec2:DescribeNetworkInterfaces","ec2:UnassignPrivateIpAddresses"],"Effect":"Allow","Resource":"*"},{"Action":"sns:Publish","Effect":"Allow","Resource":{"Ref":"testlambdasnsSnsTopic57DFED98"}}],"Version":"2012-10-17"},"policyName":"testlambdasnsLambdaFunctionServiceRoleDefaultPolicyBB1D55CB","roles":[{"Ref":"testlambdasnsLambdaFunctionServiceRole9C412F74"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":["*",{"attachToRole":["*"]},{"attachToRole":["*"]},{"addStatements":[{}]},{"addStatements":[{}]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"inlinePolicies":"*"},{"addToPolicy":[{}]},{"addToPrincipalPolicy":[{}]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"addToPrincipalPolicy":[{}]}]}},"ReplaceDefaultSecurityGroup-security-group":{"id":"ReplaceDefaultSecurityGroup-security-group","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SecurityGroup","aws:cdk:cloudformation:props":{"groupDescription":"lamsns-deployFunctionWithVpc/test-lambda-sns/ReplaceDefaultSecurityGroup-security-group","securityGroupEgress":[{"cidrIp":"0.0.0.0/0","description":"Allow all outbound traffic by default","ipProtocol":"-1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSecurityGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.SecurityGroup","version":"2.186.0","metadata":[{"vpc":"*","allowAllOutbound":true}]}},"LambdaFunction":{"id":"LambdaFunction","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction","children":{"Code":{"id":"Code","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code","children":{"Stage":{"id":"Stage","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code/Stage","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"AssetBucket":{"id":"AssetBucket","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Code/AssetBucket","constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketBase","version":"2.186.0","metadata":[]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3_assets.Asset","version":"2.186.0"}},"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Function","aws:cdk:cloudformation:props":{"code":{"s3Bucket":{"Fn::Sub":"cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"},"s3Key":"0904d3723480fed2daf7885caa427b930881caae6879d1e6b0d395020173ef6f.zip"},"environment":{"variables":{"AWS_NODEJS_CONNECTION_REUSE_ENABLED":"1","SNS_TOPIC_ARN":{"Ref":"testlambdasnsSnsTopic57DFED98"},"SNS_TOPIC_NAME":{"Fn::GetAtt":["testlambdasnsSnsTopic57DFED98","TopicName"]}}},"handler":"index.handler","role":{"Fn::GetAtt":["testlambdasnsLambdaFunctionServiceRole9C412F74","Arn"]},"runtime":"nodejs20.x","tracingConfig":{"mode":"Active"},"vpcConfig":{"subnetIds":[{"Ref":"VpcisolatedSubnet1SubnetE62B1B9B"},{"Ref":"VpcisolatedSubnet2Subnet39217055"}],"securityGroupIds":[{"Fn::GetAtt":["testlambdasnsReplaceDefaultSecurityGroupsecuritygroup071D13CB","GroupId"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnFunction","version":"2.186.0"}},"inlinePolicyAddedToExecutionRole-0":{"id":"inlinePolicyAddedToExecutionRole-0","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/inlinePolicyAddedToExecutionRole-0","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["xray:PutTelemetryRecords","xray:PutTraceSegments"],"Effect":"Allow","Resource":"*"}],"Version":"2012-10-17"},"policyName":"testlambdasnsLambdaFunctioninlinePolicyAddedToExecutionRole05A095F20","roles":[{"Ref":"testlambdasnsLambdaFunctionServiceRole9C412F74"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":[{"statements":"*"},{"addStatements":[{}]},{"attachToRole":["*"]},{"attachToRole":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.Function","version":"2.186.0","metadata":[{"role":"*","tracing":"Active","runtime":"*","handler":"*","code":"*","securityGroups":["*"],"vpc":"*"},{"addEnvironment":["*","*",{"removeInEdge":true}]},{"addEnvironment":["*","*"]},{"addEnvironment":["*","*"]}]}},"aws-managed-key":{"id":"aws-managed-key","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/aws-managed-key","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"SnsTopic":{"id":"SnsTopic","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::SNS::Topic","aws:cdk:cloudformation:props":{"kmsMasterKeyId":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":kms:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":alias/aws/sns"]]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_sns.CfnTopic","version":"2.186.0"}},"Policy":{"id":"Policy","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Policy","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/test-lambda-sns/SnsTopic/Policy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::SNS::TopicPolicy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["SNS:AddPermission","SNS:DeleteTopic","SNS:GetTopicAttributes","SNS:ListSubscriptionsByTopic","SNS:Publish","SNS:Receive","SNS:RemovePermission","SNS:SetTopicAttributes","SNS:Subscribe"],"Condition":{"StringEquals":{"AWS:SourceOwner":{"Ref":"AWS::AccountId"}}},"Effect":"Allow","Principal":{"AWS":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":iam::",{"Ref":"AWS::AccountId"},":root"]]}},"Resource":{"Ref":"testlambdasnsSnsTopic57DFED98"},"Sid":"TopicOwnerOnlyAccess"},{"Action":["SNS:AddPermission","SNS:DeleteTopic","SNS:GetTopicAttributes","SNS:ListSubscriptionsByTopic","SNS:Publish","SNS:Receive","SNS:RemovePermission","SNS:SetTopicAttributes","SNS:Subscribe"],"Condition":{"Bool":{"aws:SecureTransport":"false"}},"Effect":"Deny","Principal":{"AWS":"*"},"Resource":{"Ref":"testlambdasnsSnsTopic57DFED98"},"Sid":"HttpsOnly"}],"Version":"2012-10-17"},"topics":[{"Ref":"testlambdasnsSnsTopic57DFED98"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_sns.CfnTopicPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_sns.TopicPolicy","version":"2.186.0","metadata":[{"topics":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_sns.Topic","version":"2.186.0","metadata":[{"masterKey":"*"}]}}},"constructInfo":{"fqn":"@aws-solutions-constructs/aws-lambda-sns.LambdaToSns","version":"2.80.0"}},"Vpc":{"id":"Vpc","path":"lamsns-deployFunctionWithVpc/Vpc","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/Vpc/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::VPC","aws:cdk:cloudformation:props":{"cidrBlock":"10.0.0.0/16","enableDnsHostnames":true,"enableDnsSupport":true,"instanceTenancy":"default","tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnVPC","version":"2.186.0"}},"isolatedSubnet1":{"id":"isolatedSubnet1","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1","children":{"Subnet":{"id":"Subnet","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[0,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.0.0/18","mapPublicIpOnLaunch":false,"tags":[{"key":"aws-cdk:subnet-name","value":"isolated"},{"key":"aws-cdk:subnet-type","value":"Isolated"},{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet1/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcisolatedSubnet1RouteTableE442650B"},"subnetId":{"Ref":"VpcisolatedSubnet1SubnetE62B1B9B"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PrivateSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"}]}},"isolatedSubnet2":{"id":"isolatedSubnet2","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2","children":{"Subnet":{"id":"Subnet","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[1,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.64.0/18","mapPublicIpOnLaunch":false,"tags":[{"key":"aws-cdk:subnet-name","value":"isolated"},{"key":"aws-cdk:subnet-type","value":"Isolated"},{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsns-deployFunctionWithVpc/Vpc/isolatedSubnet2/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcisolatedSubnet2RouteTable334F9764"},"subnetId":{"Ref":"VpcisolatedSubnet2Subnet39217055"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PrivateSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"}]}},"RestrictDefaultSecurityGroupCustomResource":{"id":"RestrictDefaultSecurityGroupCustomResource","path":"lamsns-deployFunctionWithVpc/Vpc/RestrictDefaultSecurityGroupCustomResource","children":{"Default":{"id":"Default","path":"lamsns-deployFunctionWithVpc/Vpc/RestrictDefaultSecurityGroupCustomResource/Default","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResource","version":"2.186.0","metadata":["*"]}},"FlowLog":{"id":"FlowLog","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog","children":{"IAMRole":{"id":"IAMRole","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole","children":{"ImportIAMRole":{"id":"ImportIAMRole","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/ImportIAMRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"vpc-flow-logs.amazonaws.com"}}],"Version":"2012-10-17"},"tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/FlowLog"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}},"DefaultPolicy":{"id":"DefaultPolicy","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/DefaultPolicy","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["logs:CreateLogStream","logs:DescribeLogStreams","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::GetAtt":["VpcFlowLogLogGroup7B5C56B9","Arn"]}},{"Action":"iam:PassRole","Effect":"Allow","Resource":{"Fn::GetAtt":["VpcFlowLogIAMRole6A475D41","Arn"]}}],"Version":"2012-10-17"},"policyName":"VpcFlowLogIAMRoleDefaultPolicy406FB995","roles":[{"Ref":"VpcFlowLogIAMRole6A475D41"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":["*",{"attachToRole":["*"]},{"attachToRole":["*"]},{"addStatements":[{}]},{"addStatements":[{}]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"roleName":"*","assumedBy":{"principalAccount":"*","assumeRoleAction":"*"}},{"addToPrincipalPolicy":[{}]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"addToPrincipalPolicy":[{}]}]}},"LogGroup":{"id":"LogGroup","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/LogGroup","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/LogGroup/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Logs::LogGroup","aws:cdk:cloudformation:props":{"retentionInDays":731,"tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/FlowLog"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.CfnLogGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.LogGroup","version":"2.186.0","metadata":["*"]}},"FlowLog":{"id":"FlowLog","path":"lamsns-deployFunctionWithVpc/Vpc/FlowLog/FlowLog","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::FlowLog","aws:cdk:cloudformation:props":{"deliverLogsPermissionArn":{"Fn::GetAtt":["VpcFlowLogIAMRole6A475D41","Arn"]},"logDestinationType":"cloud-watch-logs","logGroupName":{"Ref":"VpcFlowLogLogGroup7B5C56B9"},"resourceId":{"Ref":"Vpc8378EB38"},"resourceType":"VPC","tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc/FlowLog"}],"trafficType":"ALL"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnFlowLog","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.FlowLog","version":"2.186.0","metadata":[{"resourceType":"*"}]}},"SNS":{"id":"SNS","path":"lamsns-deployFunctionWithVpc/Vpc/SNS","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/Vpc/SNS/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::VPCEndpoint","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsns-deployFunctionWithVpc/Vpc"}],"privateDnsEnabled":true,"securityGroupIds":[{"Fn::GetAtt":["lamsnsdeployFunctionWithVpcSNSsecuritygroup072F337C","GroupId"]}],"serviceName":{"Fn::Join":["",["com.amazonaws.",{"Ref":"AWS::Region"},".sns"]]},"subnetIds":[{"Ref":"VpcisolatedSubnet1SubnetE62B1B9B"},{"Ref":"VpcisolatedSubnet2Subnet39217055"}],"vpcEndpointType":"Interface","vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnVPCEndpoint","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint","version":"2.186.0","metadata":[{"vpc":"*","service":{"privateDnsDefault":true,"name":"*","port":"*"},"securityGroups":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.Vpc","version":"2.186.0","metadata":[{"natGateways":"*","subnetConfiguration":[{"cidrMask":"*","name":"*","subnetType":"Isolated"}],"enableDnsHostnames":true,"enableDnsSupport":true}]}},"LatestNodeRuntimeMap":{"id":"LatestNodeRuntimeMap","path":"lamsns-deployFunctionWithVpc/LatestNodeRuntimeMap","constructInfo":{"fqn":"aws-cdk-lib.CfnMapping","version":"2.186.0"}},"Custom::VpcRestrictDefaultSGCustomResourceProvider":{"id":"Custom::VpcRestrictDefaultSGCustomResourceProvider","path":"lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider","children":{"Staging":{"id":"Staging","path":"lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"Role":{"id":"Role","path":"lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}},"Handler":{"id":"Handler","path":"lamsns-deployFunctionWithVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResourceProviderBase","version":"2.186.0"}},"lamsns-deployFunctionWithVpc-SNS-security-group":{"id":"lamsns-deployFunctionWithVpc-SNS-security-group","path":"lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group","children":{"Resource":{"id":"Resource","path":"lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SecurityGroup","aws:cdk:cloudformation:props":{"groupDescription":"lamsns-deployFunctionWithVpc/lamsns-deployFunctionWithVpc-SNS-security-group","securityGroupEgress":[{"cidrIp":"0.0.0.0/0","description":"Allow all outbound traffic by default","ipProtocol":"-1"}],"securityGroupIngress":[{"cidrIp":{"Fn::GetAtt":["Vpc8378EB38","CidrBlock"]},"ipProtocol":"tcp","fromPort":443,"toPort":443,"description":{"Fn::Join":["",["from ",{"Fn::GetAtt":["Vpc8378EB38","CidrBlock"]},":443"]]}}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSecurityGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.SecurityGroup","version":"2.186.0","metadata":[{"vpc":"*","allowAllOutbound":true},{"addIngressRule":[{"canInlineRule":true,"connections":"*","uniqueId":"*"},{},"*","*"]},{"addIngressRule":[{"canInlineRule":true,"connections":"*","uniqueId":"*"},{},"*",false]}]}},"Integ":{"id":"Integ","path":"lamsns-deployFunctionWithVpc/Integ","children":{"DefaultTest":{"id":"DefaultTest","path":"lamsns-deployFunctionWithVpc/Integ/DefaultTest","children":{"Default":{"id":"Default","path":"lamsns-deployFunctionWithVpc/Integ/DefaultTest/Default","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}},"DeployAssert":{"id":"DeployAssert","path":"lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert","children":{"BootstrapVersion":{"id":"BootstrapVersion","path":"lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"lamsns-deployFunctionWithVpc/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTestCase","version":"2.186.0-alpha.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTest","version":"2.186.0-alpha.0"}},"BootstrapVersion":{"id":"BootstrapVersion","path":"lamsns-deployFunctionWithVpc/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"lamsns-deployFunctionWithVpc/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}},"Tree":{"id":"Tree","path":"Tree","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}}},"constructInfo":{"fqn":"aws-cdk-lib.App","version":"2.186.0"}}}