@mavogel/cdk-vscode-server 0.0.18 → 0.0.19

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 (49) hide show
  1. package/.jsii +3 -3
  2. package/CONTRIBUTING.md +5 -5
  3. package/README.md +1 -1
  4. package/integ-tests/integ.al2023.ts.snapshot/IntegSetupVSCodeOnAl2023DefaultTestDeployAssert74D8F645.assets.json +6 -6
  5. package/integ-tests/integ.al2023.ts.snapshot/IntegSetupVSCodeOnAl2023DefaultTestDeployAssert74D8F645.template.json +2 -2
  6. package/integ-tests/integ.al2023.ts.snapshot/IntegTestStackAl2023.assets.json +12 -12
  7. package/integ-tests/integ.al2023.ts.snapshot/IntegTestStackAl2023.template.json +307 -23
  8. package/integ-tests/integ.al2023.ts.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  9. package/integ-tests/integ.al2023.ts.snapshot/{asset.512cf155ada4793b37a885c1aa6d9bb8f534e88bac6f63c69672d4d73df2decf.lambda → asset.a9865c9d36c7aa999e28cb7926e7a3a8e0b6d0854b25131a172024c5777442fa.lambda}/index.js +28 -9
  10. package/integ-tests/integ.al2023.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca/cfn-response.js +1 -0
  11. package/integ-tests/{integ.ubuntu.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → integ.al2023.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/outbound.js +1 -1
  12. package/integ-tests/integ.al2023.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca/util.js +1 -0
  13. package/integ-tests/{integ.ubuntu.ts.snapshot/asset.c504585dae89ce8e394d7744ccae054318e7d1aff14afb545438d173d51dc97d.bundle → integ.al2023.ts.snapshot/asset.f692c9f68e4daba2abc99103efd3518bced1e9d7a2a89847b9b5d5473c64f1bd.bundle}/index.js +42 -43
  14. package/integ-tests/integ.al2023.ts.snapshot/cdk.out +1 -1
  15. package/integ-tests/integ.al2023.ts.snapshot/integ.json +2 -2
  16. package/integ-tests/integ.al2023.ts.snapshot/manifest.json +3 -5
  17. package/integ-tests/integ.al2023.ts.snapshot/tree.json +453 -169
  18. package/integ-tests/integ.ubuntu.ts.snapshot/IntegSetupVSCodeOnUbuntuDefaultTestDeployAssertFF8DF2C5.assets.json +6 -6
  19. package/integ-tests/integ.ubuntu.ts.snapshot/IntegSetupVSCodeOnUbuntuDefaultTestDeployAssertFF8DF2C5.template.json +2 -2
  20. package/integ-tests/integ.ubuntu.ts.snapshot/IntegTestStackUbuntu22.assets.json +12 -12
  21. package/integ-tests/integ.ubuntu.ts.snapshot/IntegTestStackUbuntu22.template.json +131 -23
  22. package/integ-tests/integ.ubuntu.ts.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  23. package/integ-tests/integ.ubuntu.ts.snapshot/{asset.512cf155ada4793b37a885c1aa6d9bb8f534e88bac6f63c69672d4d73df2decf.lambda → asset.a9865c9d36c7aa999e28cb7926e7a3a8e0b6d0854b25131a172024c5777442fa.lambda}/index.js +28 -9
  24. package/integ-tests/integ.ubuntu.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca/cfn-response.js +1 -0
  25. package/integ-tests/{integ.al2023.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → integ.ubuntu.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/outbound.js +1 -1
  26. package/integ-tests/integ.ubuntu.ts.snapshot/asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca/util.js +1 -0
  27. package/integ-tests/{integ.al2023.ts.snapshot/asset.c504585dae89ce8e394d7744ccae054318e7d1aff14afb545438d173d51dc97d.bundle → integ.ubuntu.ts.snapshot/asset.f692c9f68e4daba2abc99103efd3518bced1e9d7a2a89847b9b5d5473c64f1bd.bundle}/index.js +42 -43
  28. package/integ-tests/integ.ubuntu.ts.snapshot/cdk.out +1 -1
  29. package/integ-tests/integ.ubuntu.ts.snapshot/integ.json +2 -2
  30. package/integ-tests/integ.ubuntu.ts.snapshot/manifest.json +3 -5
  31. package/integ-tests/integ.ubuntu.ts.snapshot/tree.json +277 -169
  32. package/lib/vscode-server.js +1 -1
  33. package/mavogelcdkvscodeserver/README.md +1 -1
  34. package/mavogelcdkvscodeserver/VSCodeServerProps.go +4 -0
  35. package/mavogelcdkvscodeserver/jsii/jsii.go +2 -2
  36. package/mavogelcdkvscodeserver/version +1 -1
  37. package/package.json +1 -1
  38. package/integ-tests/integ.al2023.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e/cfn-response.js +0 -1
  39. package/integ-tests/integ.al2023.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e/util.js +0 -1
  40. package/integ-tests/integ.al2023.ts.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  41. package/integ-tests/integ.ubuntu.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e/cfn-response.js +0 -1
  42. package/integ-tests/integ.ubuntu.ts.snapshot/asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e/util.js +0 -1
  43. package/integ-tests/integ.ubuntu.ts.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  44. /package/integ-tests/integ.al2023.ts.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  45. /package/integ-tests/integ.al2023.ts.snapshot/{asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/consts.js +0 -0
  46. /package/integ-tests/integ.al2023.ts.snapshot/{asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/framework.js +0 -0
  47. /package/integ-tests/integ.ubuntu.ts.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  48. /package/integ-tests/integ.ubuntu.ts.snapshot/{asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/consts.js +0 -0
  49. /package/integ-tests/integ.ubuntu.ts.snapshot/{asset.4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e → asset.bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca}/framework.js +0 -0
@@ -28,18 +28,32 @@
28
28
  "excludePunctuation": true,
29
29
  "includeSpace": false,
30
30
  "generateStringKey": "password"
31
- }
31
+ },
32
+ "tags": [
33
+ {
34
+ "key": "app",
35
+ "value": "vscode-server"
36
+ },
37
+ {
38
+ "key": "Environement",
39
+ "value": "IntegTestAl2023"
40
+ },
41
+ {
42
+ "key": "IntegTest",
43
+ "value": "True"
44
+ }
45
+ ]
32
46
  }
33
47
  },
34
48
  "constructInfo": {
35
49
  "fqn": "aws-cdk-lib.aws_secretsmanager.CfnSecret",
36
- "version": "2.165.0"
50
+ "version": "2.177.0"
37
51
  }
38
52
  }
39
53
  },
40
54
  "constructInfo": {
41
55
  "fqn": "aws-cdk-lib.aws_secretsmanager.Secret",
42
- "version": "2.165.0"
56
+ "version": "2.177.0"
43
57
  }
44
58
  },
45
59
  "SecretRetrieverOnEventHandler": {
@@ -55,7 +69,7 @@
55
69
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieverOnEventHandler/ServiceRole/ImportServiceRole",
56
70
  "constructInfo": {
57
71
  "fqn": "aws-cdk-lib.Resource",
58
- "version": "2.165.0"
72
+ "version": "2.177.0"
59
73
  }
60
74
  },
61
75
  "Resource": {
@@ -89,12 +103,26 @@
89
103
  ]
90
104
  ]
91
105
  }
106
+ ],
107
+ "tags": [
108
+ {
109
+ "key": "app",
110
+ "value": "vscode-server"
111
+ },
112
+ {
113
+ "key": "Environement",
114
+ "value": "IntegTestAl2023"
115
+ },
116
+ {
117
+ "key": "IntegTest",
118
+ "value": "True"
119
+ }
92
120
  ]
93
121
  }
94
122
  },
95
123
  "constructInfo": {
96
124
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
97
- "version": "2.165.0"
125
+ "version": "2.177.0"
98
126
  }
99
127
  },
100
128
  "DefaultPolicy": {
@@ -129,19 +157,19 @@
129
157
  },
130
158
  "constructInfo": {
131
159
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
132
- "version": "2.165.0"
160
+ "version": "2.177.0"
133
161
  }
134
162
  }
135
163
  },
136
164
  "constructInfo": {
137
165
  "fqn": "aws-cdk-lib.aws_iam.Policy",
138
- "version": "2.165.0"
166
+ "version": "2.177.0"
139
167
  }
140
168
  }
141
169
  },
142
170
  "constructInfo": {
143
171
  "fqn": "aws-cdk-lib.aws_iam.Role",
144
- "version": "2.165.0"
172
+ "version": "2.177.0"
145
173
  }
146
174
  },
147
175
  "Code": {
@@ -153,7 +181,7 @@
153
181
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieverOnEventHandler/Code/Stage",
154
182
  "constructInfo": {
155
183
  "fqn": "aws-cdk-lib.AssetStaging",
156
- "version": "2.165.0"
184
+ "version": "2.177.0"
157
185
  }
158
186
  },
159
187
  "AssetBucket": {
@@ -161,13 +189,13 @@
161
189
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieverOnEventHandler/Code/AssetBucket",
162
190
  "constructInfo": {
163
191
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
164
- "version": "2.165.0"
192
+ "version": "2.177.0"
165
193
  }
166
194
  }
167
195
  },
168
196
  "constructInfo": {
169
197
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
170
- "version": "2.165.0"
198
+ "version": "2.177.0"
171
199
  }
172
200
  },
173
201
  "Resource": {
@@ -183,11 +211,6 @@
183
211
  "s3Key": "781ab0ab74634cdaf61539ab208ab777829ef07097ac21f95b9e15a3b1eedc1b.zip"
184
212
  },
185
213
  "description": "src/secret-retriever/secret-retriever.lambda.ts",
186
- "environment": {
187
- "variables": {
188
- "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
189
- }
190
- },
191
214
  "handler": "index.handler",
192
215
  "memorySize": 128,
193
216
  "role": {
@@ -196,19 +219,33 @@
196
219
  "Arn"
197
220
  ]
198
221
  },
199
- "runtime": "nodejs18.x",
222
+ "runtime": "nodejs22.x",
223
+ "tags": [
224
+ {
225
+ "key": "app",
226
+ "value": "vscode-server"
227
+ },
228
+ {
229
+ "key": "Environement",
230
+ "value": "IntegTestAl2023"
231
+ },
232
+ {
233
+ "key": "IntegTest",
234
+ "value": "True"
235
+ }
236
+ ],
200
237
  "timeout": 10
201
238
  }
202
239
  },
203
240
  "constructInfo": {
204
241
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
205
- "version": "2.165.0"
242
+ "version": "2.177.0"
206
243
  }
207
244
  }
208
245
  },
209
246
  "constructInfo": {
210
247
  "fqn": "aws-cdk-lib.aws_lambda.Function",
211
- "version": "2.165.0"
248
+ "version": "2.177.0"
212
249
  }
213
250
  },
214
251
  "SecretRetrieveProvider": {
@@ -228,7 +265,7 @@
228
265
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieveProvider/framework-onEvent/ServiceRole/ImportServiceRole",
229
266
  "constructInfo": {
230
267
  "fqn": "aws-cdk-lib.Resource",
231
- "version": "2.165.0"
268
+ "version": "2.177.0"
232
269
  }
233
270
  },
234
271
  "Resource": {
@@ -262,12 +299,26 @@
262
299
  ]
263
300
  ]
264
301
  }
302
+ ],
303
+ "tags": [
304
+ {
305
+ "key": "app",
306
+ "value": "vscode-server"
307
+ },
308
+ {
309
+ "key": "Environement",
310
+ "value": "IntegTestAl2023"
311
+ },
312
+ {
313
+ "key": "IntegTest",
314
+ "value": "True"
315
+ }
265
316
  ]
266
317
  }
267
318
  },
268
319
  "constructInfo": {
269
320
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
270
- "version": "2.165.0"
321
+ "version": "2.177.0"
271
322
  }
272
323
  },
273
324
  "DefaultPolicy": {
@@ -321,19 +372,19 @@
321
372
  },
322
373
  "constructInfo": {
323
374
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
324
- "version": "2.165.0"
375
+ "version": "2.177.0"
325
376
  }
326
377
  }
327
378
  },
328
379
  "constructInfo": {
329
380
  "fqn": "aws-cdk-lib.aws_iam.Policy",
330
- "version": "2.165.0"
381
+ "version": "2.177.0"
331
382
  }
332
383
  }
333
384
  },
334
385
  "constructInfo": {
335
386
  "fqn": "aws-cdk-lib.aws_iam.Role",
336
- "version": "2.165.0"
387
+ "version": "2.177.0"
337
388
  }
338
389
  },
339
390
  "Code": {
@@ -345,7 +396,7 @@
345
396
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieveProvider/framework-onEvent/Code/Stage",
346
397
  "constructInfo": {
347
398
  "fqn": "aws-cdk-lib.AssetStaging",
348
- "version": "2.165.0"
399
+ "version": "2.177.0"
349
400
  }
350
401
  },
351
402
  "AssetBucket": {
@@ -353,13 +404,13 @@
353
404
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieveProvider/framework-onEvent/Code/AssetBucket",
354
405
  "constructInfo": {
355
406
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
356
- "version": "2.165.0"
407
+ "version": "2.177.0"
357
408
  }
358
409
  }
359
410
  },
360
411
  "constructInfo": {
361
412
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
362
- "version": "2.165.0"
413
+ "version": "2.177.0"
363
414
  }
364
415
  },
365
416
  "Resource": {
@@ -372,7 +423,7 @@
372
423
  "s3Bucket": {
373
424
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
374
425
  },
375
- "s3Key": "4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e.zip"
426
+ "s3Key": "bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca.zip"
376
427
  },
377
428
  "description": "AWS CDK resource provider framework - onEvent (IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieveProvider)",
378
429
  "environment": {
@@ -401,24 +452,38 @@
401
452
  "value"
402
453
  ]
403
454
  },
455
+ "tags": [
456
+ {
457
+ "key": "app",
458
+ "value": "vscode-server"
459
+ },
460
+ {
461
+ "key": "Environement",
462
+ "value": "IntegTestAl2023"
463
+ },
464
+ {
465
+ "key": "IntegTest",
466
+ "value": "True"
467
+ }
468
+ ],
404
469
  "timeout": 900
405
470
  }
406
471
  },
407
472
  "constructInfo": {
408
473
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
409
- "version": "2.165.0"
474
+ "version": "2.177.0"
410
475
  }
411
476
  }
412
477
  },
413
478
  "constructInfo": {
414
479
  "fqn": "aws-cdk-lib.aws_lambda.Function",
415
- "version": "2.165.0"
480
+ "version": "2.177.0"
416
481
  }
417
482
  }
418
483
  },
419
484
  "constructInfo": {
420
485
  "fqn": "aws-cdk-lib.custom_resources.Provider",
421
- "version": "2.165.0"
486
+ "version": "2.177.0"
422
487
  }
423
488
  },
424
489
  "SecretRetrieverCustomResource": {
@@ -430,13 +495,13 @@
430
495
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SecretRetrieverCustomResource/Default",
431
496
  "constructInfo": {
432
497
  "fqn": "aws-cdk-lib.CfnResource",
433
- "version": "2.165.0"
498
+ "version": "2.177.0"
434
499
  }
435
500
  }
436
501
  },
437
502
  "constructInfo": {
438
503
  "fqn": "aws-cdk-lib.CustomResource",
439
- "version": "2.165.0"
504
+ "version": "2.177.0"
440
505
  }
441
506
  },
442
507
  "vpc": {
@@ -454,6 +519,18 @@
454
519
  "enableDnsSupport": true,
455
520
  "instanceTenancy": "default",
456
521
  "tags": [
522
+ {
523
+ "key": "app",
524
+ "value": "vscode-server"
525
+ },
526
+ {
527
+ "key": "Environement",
528
+ "value": "IntegTestAl2023"
529
+ },
530
+ {
531
+ "key": "IntegTest",
532
+ "value": "True"
533
+ },
457
534
  {
458
535
  "key": "Name",
459
536
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc"
@@ -463,7 +540,7 @@
463
540
  },
464
541
  "constructInfo": {
465
542
  "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
466
- "version": "2.165.0"
543
+ "version": "2.177.0"
467
544
  }
468
545
  },
469
546
  "publicSubnet1": {
@@ -487,6 +564,10 @@
487
564
  "cidrBlock": "10.0.0.0/17",
488
565
  "mapPublicIpOnLaunch": true,
489
566
  "tags": [
567
+ {
568
+ "key": "app",
569
+ "value": "vscode-server"
570
+ },
490
571
  {
491
572
  "key": "aws-cdk:subnet-name",
492
573
  "value": "public"
@@ -495,6 +576,14 @@
495
576
  "key": "aws-cdk:subnet-type",
496
577
  "value": "Public"
497
578
  },
579
+ {
580
+ "key": "Environement",
581
+ "value": "IntegTestAl2023"
582
+ },
583
+ {
584
+ "key": "IntegTest",
585
+ "value": "True"
586
+ },
498
587
  {
499
588
  "key": "Name",
500
589
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet1"
@@ -507,7 +596,7 @@
507
596
  },
508
597
  "constructInfo": {
509
598
  "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
510
- "version": "2.165.0"
599
+ "version": "2.177.0"
511
600
  }
512
601
  },
513
602
  "Acl": {
@@ -515,7 +604,7 @@
515
604
  "path": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet1/Acl",
516
605
  "constructInfo": {
517
606
  "fqn": "aws-cdk-lib.Resource",
518
- "version": "2.165.0"
607
+ "version": "2.177.0"
519
608
  }
520
609
  },
521
610
  "RouteTable": {
@@ -525,6 +614,18 @@
525
614
  "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
526
615
  "aws:cdk:cloudformation:props": {
527
616
  "tags": [
617
+ {
618
+ "key": "app",
619
+ "value": "vscode-server"
620
+ },
621
+ {
622
+ "key": "Environement",
623
+ "value": "IntegTestAl2023"
624
+ },
625
+ {
626
+ "key": "IntegTest",
627
+ "value": "True"
628
+ },
528
629
  {
529
630
  "key": "Name",
530
631
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet1"
@@ -537,7 +638,7 @@
537
638
  },
538
639
  "constructInfo": {
539
640
  "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
540
- "version": "2.165.0"
641
+ "version": "2.177.0"
541
642
  }
542
643
  },
543
644
  "RouteTableAssociation": {
@@ -556,7 +657,7 @@
556
657
  },
557
658
  "constructInfo": {
558
659
  "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
559
- "version": "2.165.0"
660
+ "version": "2.177.0"
560
661
  }
561
662
  },
562
663
  "DefaultRoute": {
@@ -576,13 +677,13 @@
576
677
  },
577
678
  "constructInfo": {
578
679
  "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
579
- "version": "2.165.0"
680
+ "version": "2.177.0"
580
681
  }
581
682
  }
582
683
  },
583
684
  "constructInfo": {
584
685
  "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
585
- "version": "2.165.0"
686
+ "version": "2.177.0"
586
687
  }
587
688
  },
588
689
  "publicSubnet2": {
@@ -606,6 +707,10 @@
606
707
  "cidrBlock": "10.0.128.0/17",
607
708
  "mapPublicIpOnLaunch": true,
608
709
  "tags": [
710
+ {
711
+ "key": "app",
712
+ "value": "vscode-server"
713
+ },
609
714
  {
610
715
  "key": "aws-cdk:subnet-name",
611
716
  "value": "public"
@@ -614,6 +719,14 @@
614
719
  "key": "aws-cdk:subnet-type",
615
720
  "value": "Public"
616
721
  },
722
+ {
723
+ "key": "Environement",
724
+ "value": "IntegTestAl2023"
725
+ },
726
+ {
727
+ "key": "IntegTest",
728
+ "value": "True"
729
+ },
617
730
  {
618
731
  "key": "Name",
619
732
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet2"
@@ -626,7 +739,7 @@
626
739
  },
627
740
  "constructInfo": {
628
741
  "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
629
- "version": "2.165.0"
742
+ "version": "2.177.0"
630
743
  }
631
744
  },
632
745
  "Acl": {
@@ -634,7 +747,7 @@
634
747
  "path": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet2/Acl",
635
748
  "constructInfo": {
636
749
  "fqn": "aws-cdk-lib.Resource",
637
- "version": "2.165.0"
750
+ "version": "2.177.0"
638
751
  }
639
752
  },
640
753
  "RouteTable": {
@@ -644,6 +757,18 @@
644
757
  "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
645
758
  "aws:cdk:cloudformation:props": {
646
759
  "tags": [
760
+ {
761
+ "key": "app",
762
+ "value": "vscode-server"
763
+ },
764
+ {
765
+ "key": "Environement",
766
+ "value": "IntegTestAl2023"
767
+ },
768
+ {
769
+ "key": "IntegTest",
770
+ "value": "True"
771
+ },
647
772
  {
648
773
  "key": "Name",
649
774
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc/publicSubnet2"
@@ -656,7 +781,7 @@
656
781
  },
657
782
  "constructInfo": {
658
783
  "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
659
- "version": "2.165.0"
784
+ "version": "2.177.0"
660
785
  }
661
786
  },
662
787
  "RouteTableAssociation": {
@@ -675,7 +800,7 @@
675
800
  },
676
801
  "constructInfo": {
677
802
  "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
678
- "version": "2.165.0"
803
+ "version": "2.177.0"
679
804
  }
680
805
  },
681
806
  "DefaultRoute": {
@@ -695,13 +820,13 @@
695
820
  },
696
821
  "constructInfo": {
697
822
  "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
698
- "version": "2.165.0"
823
+ "version": "2.177.0"
699
824
  }
700
825
  }
701
826
  },
702
827
  "constructInfo": {
703
828
  "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
704
- "version": "2.165.0"
829
+ "version": "2.177.0"
705
830
  }
706
831
  },
707
832
  "IGW": {
@@ -711,6 +836,18 @@
711
836
  "aws:cdk:cloudformation:type": "AWS::EC2::InternetGateway",
712
837
  "aws:cdk:cloudformation:props": {
713
838
  "tags": [
839
+ {
840
+ "key": "app",
841
+ "value": "vscode-server"
842
+ },
843
+ {
844
+ "key": "Environement",
845
+ "value": "IntegTestAl2023"
846
+ },
847
+ {
848
+ "key": "IntegTest",
849
+ "value": "True"
850
+ },
714
851
  {
715
852
  "key": "Name",
716
853
  "value": "IntegTestStackAl2023/IntegVSCodeServer/vpc"
@@ -720,7 +857,7 @@
720
857
  },
721
858
  "constructInfo": {
722
859
  "fqn": "aws-cdk-lib.aws_ec2.CfnInternetGateway",
723
- "version": "2.165.0"
860
+ "version": "2.177.0"
724
861
  }
725
862
  },
726
863
  "VPCGW": {
@@ -739,7 +876,7 @@
739
876
  },
740
877
  "constructInfo": {
741
878
  "fqn": "aws-cdk-lib.aws_ec2.CfnVPCGatewayAttachment",
742
- "version": "2.165.0"
879
+ "version": "2.177.0"
743
880
  }
744
881
  },
745
882
  "RestrictDefaultSecurityGroupCustomResource": {
@@ -751,19 +888,19 @@
751
888
  "path": "IntegTestStackAl2023/IntegVSCodeServer/vpc/RestrictDefaultSecurityGroupCustomResource/Default",
752
889
  "constructInfo": {
753
890
  "fqn": "aws-cdk-lib.CfnResource",
754
- "version": "2.165.0"
891
+ "version": "2.177.0"
755
892
  }
756
893
  }
757
894
  },
758
895
  "constructInfo": {
759
896
  "fqn": "aws-cdk-lib.CustomResource",
760
- "version": "2.165.0"
897
+ "version": "2.177.0"
761
898
  }
762
899
  }
763
900
  },
764
901
  "constructInfo": {
765
902
  "fqn": "aws-cdk-lib.aws_ec2.Vpc",
766
- "version": "2.165.0"
903
+ "version": "2.177.0"
767
904
  }
768
905
  },
769
906
  "cf-to-server-sg": {
@@ -785,6 +922,20 @@
785
922
  "ipProtocol": "-1"
786
923
  }
787
924
  ],
925
+ "tags": [
926
+ {
927
+ "key": "app",
928
+ "value": "vscode-server"
929
+ },
930
+ {
931
+ "key": "Environement",
932
+ "value": "IntegTestAl2023"
933
+ },
934
+ {
935
+ "key": "IntegTest",
936
+ "value": "True"
937
+ }
938
+ ],
788
939
  "vpcId": {
789
940
  "Ref": "IntegVSCodeServervpc93DDE887"
790
941
  }
@@ -792,7 +943,7 @@
792
943
  },
793
944
  "constructInfo": {
794
945
  "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
795
- "version": "2.165.0"
946
+ "version": "2.177.0"
796
947
  }
797
948
  },
798
949
  "from {IndirectPeer}:80": {
@@ -821,13 +972,13 @@
821
972
  },
822
973
  "constructInfo": {
823
974
  "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroupIngress",
824
- "version": "2.165.0"
975
+ "version": "2.177.0"
825
976
  }
826
977
  }
827
978
  },
828
979
  "constructInfo": {
829
980
  "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
830
- "version": "2.165.0"
981
+ "version": "2.177.0"
831
982
  }
832
983
  },
833
984
  "cf-prefixlistId": {
@@ -844,18 +995,32 @@
844
995
  "attributes": {
845
996
  "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
846
997
  "aws:cdk:cloudformation:props": {
847
- "retentionInDays": 1
998
+ "retentionInDays": 1,
999
+ "tags": [
1000
+ {
1001
+ "key": "app",
1002
+ "value": "vscode-server"
1003
+ },
1004
+ {
1005
+ "key": "Environement",
1006
+ "value": "IntegTestAl2023"
1007
+ },
1008
+ {
1009
+ "key": "IntegTest",
1010
+ "value": "True"
1011
+ }
1012
+ ]
848
1013
  }
849
1014
  },
850
1015
  "constructInfo": {
851
1016
  "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
852
- "version": "2.165.0"
1017
+ "version": "2.177.0"
853
1018
  }
854
1019
  }
855
1020
  },
856
1021
  "constructInfo": {
857
1022
  "fqn": "aws-cdk-lib.aws_logs.LogGroup",
858
- "version": "2.165.0"
1023
+ "version": "2.177.0"
859
1024
  }
860
1025
  },
861
1026
  "GetPrefixListIdRole": {
@@ -867,7 +1032,7 @@
867
1032
  "path": "IntegTestStackAl2023/IntegVSCodeServer/cf-prefixlistId/GetPrefixListIdRole/ImportGetPrefixListIdRole",
868
1033
  "constructInfo": {
869
1034
  "fqn": "aws-cdk-lib.Resource",
870
- "version": "2.165.0"
1035
+ "version": "2.177.0"
871
1036
  }
872
1037
  },
873
1038
  "Resource": {
@@ -887,18 +1052,32 @@
887
1052
  }
888
1053
  ],
889
1054
  "Version": "2012-10-17"
890
- }
1055
+ },
1056
+ "tags": [
1057
+ {
1058
+ "key": "app",
1059
+ "value": "vscode-server"
1060
+ },
1061
+ {
1062
+ "key": "Environement",
1063
+ "value": "IntegTestAl2023"
1064
+ },
1065
+ {
1066
+ "key": "IntegTest",
1067
+ "value": "True"
1068
+ }
1069
+ ]
891
1070
  }
892
1071
  },
893
1072
  "constructInfo": {
894
1073
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
895
- "version": "2.165.0"
1074
+ "version": "2.177.0"
896
1075
  }
897
1076
  }
898
1077
  },
899
1078
  "constructInfo": {
900
1079
  "fqn": "aws-cdk-lib.aws_iam.Role",
901
- "version": "2.165.0"
1080
+ "version": "2.177.0"
902
1081
  }
903
1082
  },
904
1083
  "GetPrefixListId": {
@@ -910,7 +1089,7 @@
910
1089
  "path": "IntegTestStackAl2023/IntegVSCodeServer/cf-prefixlistId/GetPrefixListId/Provider",
911
1090
  "constructInfo": {
912
1091
  "fqn": "aws-cdk-lib.aws_lambda.SingletonFunction",
913
- "version": "2.165.0"
1092
+ "version": "2.177.0"
914
1093
  }
915
1094
  },
916
1095
  "Resource": {
@@ -922,13 +1101,13 @@
922
1101
  "path": "IntegTestStackAl2023/IntegVSCodeServer/cf-prefixlistId/GetPrefixListId/Resource/Default",
923
1102
  "constructInfo": {
924
1103
  "fqn": "aws-cdk-lib.CfnResource",
925
- "version": "2.165.0"
1104
+ "version": "2.177.0"
926
1105
  }
927
1106
  }
928
1107
  },
929
1108
  "constructInfo": {
930
1109
  "fqn": "aws-cdk-lib.CustomResource",
931
- "version": "2.165.0"
1110
+ "version": "2.177.0"
932
1111
  }
933
1112
  },
934
1113
  "CustomResourcePolicy": {
@@ -961,19 +1140,19 @@
961
1140
  },
962
1141
  "constructInfo": {
963
1142
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
964
- "version": "2.165.0"
1143
+ "version": "2.177.0"
965
1144
  }
966
1145
  }
967
1146
  },
968
1147
  "constructInfo": {
969
1148
  "fqn": "aws-cdk-lib.aws_iam.Policy",
970
- "version": "2.165.0"
1149
+ "version": "2.177.0"
971
1150
  }
972
1151
  }
973
1152
  },
974
1153
  "constructInfo": {
975
1154
  "fqn": "aws-cdk-lib.custom_resources.AwsCustomResource",
976
- "version": "2.165.0"
1155
+ "version": "2.177.0"
977
1156
  }
978
1157
  },
979
1158
  "PrefixList": {
@@ -981,7 +1160,7 @@
981
1160
  "path": "IntegTestStackAl2023/IntegVSCodeServer/cf-prefixlistId/PrefixList",
982
1161
  "constructInfo": {
983
1162
  "fqn": "aws-cdk-lib.Resource",
984
- "version": "2.165.0"
1163
+ "version": "2.177.0"
985
1164
  }
986
1165
  }
987
1166
  },
@@ -999,7 +1178,7 @@
999
1178
  "path": "IntegTestStackAl2023/IntegVSCodeServer/server-instance-role/Importserver-instance-role",
1000
1179
  "constructInfo": {
1001
1180
  "fqn": "aws-cdk-lib.Resource",
1002
- "version": "2.165.0"
1181
+ "version": "2.177.0"
1003
1182
  }
1004
1183
  },
1005
1184
  "Resource": {
@@ -1264,18 +1443,32 @@
1264
1443
  "Version": "2012-10-17"
1265
1444
  }
1266
1445
  }
1446
+ ],
1447
+ "tags": [
1448
+ {
1449
+ "key": "app",
1450
+ "value": "vscode-server"
1451
+ },
1452
+ {
1453
+ "key": "Environement",
1454
+ "value": "IntegTestAl2023"
1455
+ },
1456
+ {
1457
+ "key": "IntegTest",
1458
+ "value": "True"
1459
+ }
1267
1460
  ]
1268
1461
  }
1269
1462
  },
1270
1463
  "constructInfo": {
1271
1464
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1272
- "version": "2.165.0"
1465
+ "version": "2.177.0"
1273
1466
  }
1274
1467
  }
1275
1468
  },
1276
1469
  "constructInfo": {
1277
1470
  "fqn": "aws-cdk-lib.aws_iam.Role",
1278
- "version": "2.165.0"
1471
+ "version": "2.177.0"
1279
1472
  }
1280
1473
  },
1281
1474
  "server-instance": {
@@ -1297,7 +1490,7 @@
1297
1490
  },
1298
1491
  "constructInfo": {
1299
1492
  "fqn": "aws-cdk-lib.aws_iam.CfnInstanceProfile",
1300
- "version": "2.165.0"
1493
+ "version": "2.177.0"
1301
1494
  }
1302
1495
  },
1303
1496
  "Resource": {
@@ -1360,6 +1553,18 @@
1360
1553
  }
1361
1554
  ],
1362
1555
  "tags": [
1556
+ {
1557
+ "key": "app",
1558
+ "value": "vscode-server"
1559
+ },
1560
+ {
1561
+ "key": "Environement",
1562
+ "value": "IntegTestAl2023"
1563
+ },
1564
+ {
1565
+ "key": "IntegTest",
1566
+ "value": "True"
1567
+ },
1363
1568
  {
1364
1569
  "key": "Name",
1365
1570
  "value": "VSCodeServer"
@@ -1372,7 +1577,7 @@
1372
1577
  },
1373
1578
  "constructInfo": {
1374
1579
  "fqn": "aws-cdk-lib.aws_ec2.CfnInstance",
1375
- "version": "2.165.0"
1580
+ "version": "2.177.0"
1376
1581
  }
1377
1582
  },
1378
1583
  "LaunchTemplate": {
@@ -1391,13 +1596,13 @@
1391
1596
  },
1392
1597
  "constructInfo": {
1393
1598
  "fqn": "aws-cdk-lib.aws_ec2.CfnLaunchTemplate",
1394
- "version": "2.165.0"
1599
+ "version": "2.177.0"
1395
1600
  }
1396
1601
  }
1397
1602
  },
1398
1603
  "constructInfo": {
1399
1604
  "fqn": "aws-cdk-lib.aws_ec2.Instance",
1400
- "version": "2.165.0"
1605
+ "version": "2.177.0"
1401
1606
  }
1402
1607
  },
1403
1608
  "cf-cache-policy": {
@@ -1445,13 +1650,13 @@
1445
1650
  },
1446
1651
  "constructInfo": {
1447
1652
  "fqn": "aws-cdk-lib.aws_cloudfront.CfnCachePolicy",
1448
- "version": "2.165.0"
1653
+ "version": "2.177.0"
1449
1654
  }
1450
1655
  }
1451
1656
  },
1452
1657
  "constructInfo": {
1453
1658
  "fqn": "aws-cdk-lib.aws_cloudfront.CachePolicy",
1454
- "version": "2.165.0"
1659
+ "version": "2.177.0"
1455
1660
  }
1456
1661
  },
1457
1662
  "cf-distribution": {
@@ -1533,18 +1738,32 @@
1533
1738
  "httpVersion": "http2and3",
1534
1739
  "ipv6Enabled": true,
1535
1740
  "priceClass": "PriceClass_All"
1536
- }
1741
+ },
1742
+ "tags": [
1743
+ {
1744
+ "key": "app",
1745
+ "value": "vscode-server"
1746
+ },
1747
+ {
1748
+ "key": "Environement",
1749
+ "value": "IntegTestAl2023"
1750
+ },
1751
+ {
1752
+ "key": "IntegTest",
1753
+ "value": "True"
1754
+ }
1755
+ ]
1537
1756
  }
1538
1757
  },
1539
1758
  "constructInfo": {
1540
1759
  "fqn": "aws-cdk-lib.aws_cloudfront.CfnDistribution",
1541
- "version": "2.165.0"
1760
+ "version": "2.177.0"
1542
1761
  }
1543
1762
  }
1544
1763
  },
1545
1764
  "constructInfo": {
1546
1765
  "fqn": "aws-cdk-lib.aws_cloudfront.Distribution",
1547
- "version": "2.165.0"
1766
+ "version": "2.177.0"
1548
1767
  }
1549
1768
  },
1550
1769
  "ssm-document-al2023": {
@@ -1799,12 +2018,26 @@
1799
2018
  ]
1800
2019
  },
1801
2020
  "documentType": "Command",
1802
- "name": "vscode-server-al2023-IntegTestStackAl2023"
2021
+ "name": "vscode-server-al2023-IntegTestStackAl2023",
2022
+ "tags": [
2023
+ {
2024
+ "key": "app",
2025
+ "value": "vscode-server"
2026
+ },
2027
+ {
2028
+ "key": "Environement",
2029
+ "value": "IntegTestAl2023"
2030
+ },
2031
+ {
2032
+ "key": "IntegTest",
2033
+ "value": "True"
2034
+ }
2035
+ ]
1803
2036
  }
1804
2037
  },
1805
2038
  "constructInfo": {
1806
2039
  "fqn": "aws-cdk-lib.aws_ssm.CfnDocument",
1807
- "version": "2.165.0"
2040
+ "version": "2.177.0"
1808
2041
  }
1809
2042
  },
1810
2043
  "InstallerOnEventHandler": {
@@ -1820,7 +2053,7 @@
1820
2053
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerOnEventHandler/ServiceRole/ImportServiceRole",
1821
2054
  "constructInfo": {
1822
2055
  "fqn": "aws-cdk-lib.Resource",
1823
- "version": "2.165.0"
2056
+ "version": "2.177.0"
1824
2057
  }
1825
2058
  },
1826
2059
  "Resource": {
@@ -1854,12 +2087,26 @@
1854
2087
  ]
1855
2088
  ]
1856
2089
  }
2090
+ ],
2091
+ "tags": [
2092
+ {
2093
+ "key": "app",
2094
+ "value": "vscode-server"
2095
+ },
2096
+ {
2097
+ "key": "Environement",
2098
+ "value": "IntegTestAl2023"
2099
+ },
2100
+ {
2101
+ "key": "IntegTest",
2102
+ "value": "True"
2103
+ }
1857
2104
  ]
1858
2105
  }
1859
2106
  },
1860
2107
  "constructInfo": {
1861
2108
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1862
- "version": "2.165.0"
2109
+ "version": "2.177.0"
1863
2110
  }
1864
2111
  },
1865
2112
  "DefaultPolicy": {
@@ -1956,19 +2203,19 @@
1956
2203
  },
1957
2204
  "constructInfo": {
1958
2205
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1959
- "version": "2.165.0"
2206
+ "version": "2.177.0"
1960
2207
  }
1961
2208
  }
1962
2209
  },
1963
2210
  "constructInfo": {
1964
2211
  "fqn": "aws-cdk-lib.aws_iam.Policy",
1965
- "version": "2.165.0"
2212
+ "version": "2.177.0"
1966
2213
  }
1967
2214
  }
1968
2215
  },
1969
2216
  "constructInfo": {
1970
2217
  "fqn": "aws-cdk-lib.aws_iam.Role",
1971
- "version": "2.165.0"
2218
+ "version": "2.177.0"
1972
2219
  }
1973
2220
  },
1974
2221
  "Code": {
@@ -1980,7 +2227,7 @@
1980
2227
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerOnEventHandler/Code/Stage",
1981
2228
  "constructInfo": {
1982
2229
  "fqn": "aws-cdk-lib.AssetStaging",
1983
- "version": "2.165.0"
2230
+ "version": "2.177.0"
1984
2231
  }
1985
2232
  },
1986
2233
  "AssetBucket": {
@@ -1988,13 +2235,13 @@
1988
2235
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerOnEventHandler/Code/AssetBucket",
1989
2236
  "constructInfo": {
1990
2237
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
1991
- "version": "2.165.0"
2238
+ "version": "2.177.0"
1992
2239
  }
1993
2240
  }
1994
2241
  },
1995
2242
  "constructInfo": {
1996
2243
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
1997
- "version": "2.165.0"
2244
+ "version": "2.177.0"
1998
2245
  }
1999
2246
  },
2000
2247
  "Resource": {
@@ -2007,14 +2254,9 @@
2007
2254
  "s3Bucket": {
2008
2255
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
2009
2256
  },
2010
- "s3Key": "512cf155ada4793b37a885c1aa6d9bb8f534e88bac6f63c69672d4d73df2decf.zip"
2257
+ "s3Key": "a9865c9d36c7aa999e28cb7926e7a3a8e0b6d0854b25131a172024c5777442fa.zip"
2011
2258
  },
2012
2259
  "description": "src/installer/installer.lambda.ts",
2013
- "environment": {
2014
- "variables": {
2015
- "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
2016
- }
2017
- },
2018
2260
  "handler": "index.handler",
2019
2261
  "memorySize": 512,
2020
2262
  "role": {
@@ -2023,19 +2265,33 @@
2023
2265
  "Arn"
2024
2266
  ]
2025
2267
  },
2026
- "runtime": "nodejs18.x",
2268
+ "runtime": "nodejs22.x",
2269
+ "tags": [
2270
+ {
2271
+ "key": "app",
2272
+ "value": "vscode-server"
2273
+ },
2274
+ {
2275
+ "key": "Environement",
2276
+ "value": "IntegTestAl2023"
2277
+ },
2278
+ {
2279
+ "key": "IntegTest",
2280
+ "value": "True"
2281
+ }
2282
+ ],
2027
2283
  "timeout": 300
2028
2284
  }
2029
2285
  },
2030
2286
  "constructInfo": {
2031
2287
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
2032
- "version": "2.165.0"
2288
+ "version": "2.177.0"
2033
2289
  }
2034
2290
  }
2035
2291
  },
2036
2292
  "constructInfo": {
2037
2293
  "fqn": "aws-cdk-lib.aws_lambda.Function",
2038
- "version": "2.165.0"
2294
+ "version": "2.177.0"
2039
2295
  }
2040
2296
  },
2041
2297
  "InstallerProvider": {
@@ -2055,7 +2311,7 @@
2055
2311
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerProvider/framework-onEvent/ServiceRole/ImportServiceRole",
2056
2312
  "constructInfo": {
2057
2313
  "fqn": "aws-cdk-lib.Resource",
2058
- "version": "2.165.0"
2314
+ "version": "2.177.0"
2059
2315
  }
2060
2316
  },
2061
2317
  "Resource": {
@@ -2089,12 +2345,26 @@
2089
2345
  ]
2090
2346
  ]
2091
2347
  }
2348
+ ],
2349
+ "tags": [
2350
+ {
2351
+ "key": "app",
2352
+ "value": "vscode-server"
2353
+ },
2354
+ {
2355
+ "key": "Environement",
2356
+ "value": "IntegTestAl2023"
2357
+ },
2358
+ {
2359
+ "key": "IntegTest",
2360
+ "value": "True"
2361
+ }
2092
2362
  ]
2093
2363
  }
2094
2364
  },
2095
2365
  "constructInfo": {
2096
2366
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
2097
- "version": "2.165.0"
2367
+ "version": "2.177.0"
2098
2368
  }
2099
2369
  },
2100
2370
  "DefaultPolicy": {
@@ -2148,19 +2418,19 @@
2148
2418
  },
2149
2419
  "constructInfo": {
2150
2420
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
2151
- "version": "2.165.0"
2421
+ "version": "2.177.0"
2152
2422
  }
2153
2423
  }
2154
2424
  },
2155
2425
  "constructInfo": {
2156
2426
  "fqn": "aws-cdk-lib.aws_iam.Policy",
2157
- "version": "2.165.0"
2427
+ "version": "2.177.0"
2158
2428
  }
2159
2429
  }
2160
2430
  },
2161
2431
  "constructInfo": {
2162
2432
  "fqn": "aws-cdk-lib.aws_iam.Role",
2163
- "version": "2.165.0"
2433
+ "version": "2.177.0"
2164
2434
  }
2165
2435
  },
2166
2436
  "Code": {
@@ -2172,7 +2442,7 @@
2172
2442
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerProvider/framework-onEvent/Code/Stage",
2173
2443
  "constructInfo": {
2174
2444
  "fqn": "aws-cdk-lib.AssetStaging",
2175
- "version": "2.165.0"
2445
+ "version": "2.177.0"
2176
2446
  }
2177
2447
  },
2178
2448
  "AssetBucket": {
@@ -2180,13 +2450,13 @@
2180
2450
  "path": "IntegTestStackAl2023/IntegVSCodeServer/InstallerProvider/framework-onEvent/Code/AssetBucket",
2181
2451
  "constructInfo": {
2182
2452
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
2183
- "version": "2.165.0"
2453
+ "version": "2.177.0"
2184
2454
  }
2185
2455
  }
2186
2456
  },
2187
2457
  "constructInfo": {
2188
2458
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
2189
- "version": "2.165.0"
2459
+ "version": "2.177.0"
2190
2460
  }
2191
2461
  },
2192
2462
  "Resource": {
@@ -2199,7 +2469,7 @@
2199
2469
  "s3Bucket": {
2200
2470
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
2201
2471
  },
2202
- "s3Key": "4dc48ffba382f93077a1e6824599bbd4ceb6f91eb3d9442eca3b85bdb1a20b1e.zip"
2472
+ "s3Key": "bdc104ed9cab1b5b6421713c8155f0b753380595356f710400609664d3635eca.zip"
2203
2473
  },
2204
2474
  "description": "AWS CDK resource provider framework - onEvent (IntegTestStackAl2023/IntegVSCodeServer/InstallerProvider)",
2205
2475
  "environment": {
@@ -2228,24 +2498,38 @@
2228
2498
  "value"
2229
2499
  ]
2230
2500
  },
2501
+ "tags": [
2502
+ {
2503
+ "key": "app",
2504
+ "value": "vscode-server"
2505
+ },
2506
+ {
2507
+ "key": "Environement",
2508
+ "value": "IntegTestAl2023"
2509
+ },
2510
+ {
2511
+ "key": "IntegTest",
2512
+ "value": "True"
2513
+ }
2514
+ ],
2231
2515
  "timeout": 900
2232
2516
  }
2233
2517
  },
2234
2518
  "constructInfo": {
2235
2519
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
2236
- "version": "2.165.0"
2520
+ "version": "2.177.0"
2237
2521
  }
2238
2522
  }
2239
2523
  },
2240
2524
  "constructInfo": {
2241
2525
  "fqn": "aws-cdk-lib.aws_lambda.Function",
2242
- "version": "2.165.0"
2526
+ "version": "2.177.0"
2243
2527
  }
2244
2528
  }
2245
2529
  },
2246
2530
  "constructInfo": {
2247
2531
  "fqn": "aws-cdk-lib.custom_resources.Provider",
2248
- "version": "2.165.0"
2532
+ "version": "2.177.0"
2249
2533
  }
2250
2534
  },
2251
2535
  "SSMInstallerCustomResource": {
@@ -2257,13 +2541,13 @@
2257
2541
  "path": "IntegTestStackAl2023/IntegVSCodeServer/SSMInstallerCustomResource/Default",
2258
2542
  "constructInfo": {
2259
2543
  "fqn": "aws-cdk-lib.CfnResource",
2260
- "version": "2.165.0"
2544
+ "version": "2.177.0"
2261
2545
  }
2262
2546
  }
2263
2547
  },
2264
2548
  "constructInfo": {
2265
2549
  "fqn": "aws-cdk-lib.CustomResource",
2266
- "version": "2.165.0"
2550
+ "version": "2.177.0"
2267
2551
  }
2268
2552
  },
2269
2553
  "domainName": {
@@ -2271,7 +2555,7 @@
2271
2555
  "path": "IntegTestStackAl2023/IntegVSCodeServer/domainName",
2272
2556
  "constructInfo": {
2273
2557
  "fqn": "aws-cdk-lib.CfnOutput",
2274
- "version": "2.165.0"
2558
+ "version": "2.177.0"
2275
2559
  }
2276
2560
  },
2277
2561
  "password": {
@@ -2279,7 +2563,7 @@
2279
2563
  "path": "IntegTestStackAl2023/IntegVSCodeServer/password",
2280
2564
  "constructInfo": {
2281
2565
  "fqn": "aws-cdk-lib.CfnOutput",
2282
- "version": "2.165.0"
2566
+ "version": "2.177.0"
2283
2567
  }
2284
2568
  }
2285
2569
  },
@@ -2293,7 +2577,7 @@
2293
2577
  "path": "IntegTestStackAl2023/LatestNodeRuntimeMap",
2294
2578
  "constructInfo": {
2295
2579
  "fqn": "aws-cdk-lib.CfnMapping",
2296
- "version": "2.165.0"
2580
+ "version": "2.177.0"
2297
2581
  }
2298
2582
  },
2299
2583
  "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
@@ -2305,7 +2589,7 @@
2305
2589
  "path": "IntegTestStackAl2023/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
2306
2590
  "constructInfo": {
2307
2591
  "fqn": "aws-cdk-lib.AssetStaging",
2308
- "version": "2.165.0"
2592
+ "version": "2.177.0"
2309
2593
  }
2310
2594
  },
2311
2595
  "Role": {
@@ -2313,7 +2597,7 @@
2313
2597
  "path": "IntegTestStackAl2023/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
2314
2598
  "constructInfo": {
2315
2599
  "fqn": "aws-cdk-lib.CfnResource",
2316
- "version": "2.165.0"
2600
+ "version": "2.177.0"
2317
2601
  }
2318
2602
  },
2319
2603
  "Handler": {
@@ -2321,13 +2605,13 @@
2321
2605
  "path": "IntegTestStackAl2023/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
2322
2606
  "constructInfo": {
2323
2607
  "fqn": "aws-cdk-lib.CfnResource",
2324
- "version": "2.165.0"
2608
+ "version": "2.177.0"
2325
2609
  }
2326
2610
  }
2327
2611
  },
2328
2612
  "constructInfo": {
2329
2613
  "fqn": "aws-cdk-lib.CustomResourceProviderBase",
2330
- "version": "2.165.0"
2614
+ "version": "2.177.0"
2331
2615
  }
2332
2616
  },
2333
2617
  "AWS679f53fac002430cb0da5b7982bd2287": {
@@ -2343,7 +2627,7 @@
2343
2627
  "path": "IntegTestStackAl2023/AWS679f53fac002430cb0da5b7982bd2287/Code/Stage",
2344
2628
  "constructInfo": {
2345
2629
  "fqn": "aws-cdk-lib.AssetStaging",
2346
- "version": "2.165.0"
2630
+ "version": "2.177.0"
2347
2631
  }
2348
2632
  },
2349
2633
  "AssetBucket": {
@@ -2351,13 +2635,13 @@
2351
2635
  "path": "IntegTestStackAl2023/AWS679f53fac002430cb0da5b7982bd2287/Code/AssetBucket",
2352
2636
  "constructInfo": {
2353
2637
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
2354
- "version": "2.165.0"
2638
+ "version": "2.177.0"
2355
2639
  }
2356
2640
  }
2357
2641
  },
2358
2642
  "constructInfo": {
2359
2643
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
2360
- "version": "2.165.0"
2644
+ "version": "2.177.0"
2361
2645
  }
2362
2646
  },
2363
2647
  "Resource": {
@@ -2398,13 +2682,13 @@
2398
2682
  },
2399
2683
  "constructInfo": {
2400
2684
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
2401
- "version": "2.165.0"
2685
+ "version": "2.177.0"
2402
2686
  }
2403
2687
  }
2404
2688
  },
2405
2689
  "constructInfo": {
2406
2690
  "fqn": "aws-cdk-lib.aws_lambda.Function",
2407
- "version": "2.165.0"
2691
+ "version": "2.177.0"
2408
2692
  }
2409
2693
  },
2410
2694
  "SsmParameterValue:--aws--service--ami-amazon-linux-latest--al2023-ami-kernel-default-arm64:C96584B6-F00A-464E-AD19-53AFF4B05118.Parameter": {
@@ -2412,7 +2696,7 @@
2412
2696
  "path": "IntegTestStackAl2023/SsmParameterValue:--aws--service--ami-amazon-linux-latest--al2023-ami-kernel-default-arm64:C96584B6-F00A-464E-AD19-53AFF4B05118.Parameter",
2413
2697
  "constructInfo": {
2414
2698
  "fqn": "aws-cdk-lib.CfnParameter",
2415
- "version": "2.165.0"
2699
+ "version": "2.177.0"
2416
2700
  }
2417
2701
  },
2418
2702
  "SsmParameterValue:--aws--service--ami-amazon-linux-latest--al2023-ami-kernel-default-arm64:C96584B6-F00A-464E-AD19-53AFF4B05118": {
@@ -2420,7 +2704,7 @@
2420
2704
  "path": "IntegTestStackAl2023/SsmParameterValue:--aws--service--ami-amazon-linux-latest--al2023-ami-kernel-default-arm64:C96584B6-F00A-464E-AD19-53AFF4B05118",
2421
2705
  "constructInfo": {
2422
2706
  "fqn": "aws-cdk-lib.Resource",
2423
- "version": "2.165.0"
2707
+ "version": "2.177.0"
2424
2708
  }
2425
2709
  },
2426
2710
  "login-handler": {
@@ -2436,7 +2720,7 @@
2436
2720
  "path": "IntegTestStackAl2023/login-handler/ServiceRole/ImportServiceRole",
2437
2721
  "constructInfo": {
2438
2722
  "fqn": "aws-cdk-lib.Resource",
2439
- "version": "2.165.0"
2723
+ "version": "2.177.0"
2440
2724
  }
2441
2725
  },
2442
2726
  "Resource": {
@@ -2475,13 +2759,13 @@
2475
2759
  },
2476
2760
  "constructInfo": {
2477
2761
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
2478
- "version": "2.165.0"
2762
+ "version": "2.177.0"
2479
2763
  }
2480
2764
  }
2481
2765
  },
2482
2766
  "constructInfo": {
2483
2767
  "fqn": "aws-cdk-lib.aws_iam.Role",
2484
- "version": "2.165.0"
2768
+ "version": "2.177.0"
2485
2769
  }
2486
2770
  },
2487
2771
  "Code": {
@@ -2493,7 +2777,7 @@
2493
2777
  "path": "IntegTestStackAl2023/login-handler/Code/Stage",
2494
2778
  "constructInfo": {
2495
2779
  "fqn": "aws-cdk-lib.AssetStaging",
2496
- "version": "2.165.0"
2780
+ "version": "2.177.0"
2497
2781
  }
2498
2782
  },
2499
2783
  "AssetBucket": {
@@ -2501,13 +2785,13 @@
2501
2785
  "path": "IntegTestStackAl2023/login-handler/Code/AssetBucket",
2502
2786
  "constructInfo": {
2503
2787
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
2504
- "version": "2.165.0"
2788
+ "version": "2.177.0"
2505
2789
  }
2506
2790
  }
2507
2791
  },
2508
2792
  "constructInfo": {
2509
2793
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
2510
- "version": "2.165.0"
2794
+ "version": "2.177.0"
2511
2795
  }
2512
2796
  },
2513
2797
  "Resource": {
@@ -2535,7 +2819,7 @@
2535
2819
  },
2536
2820
  "constructInfo": {
2537
2821
  "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
2538
- "version": "2.165.0"
2822
+ "version": "2.177.0"
2539
2823
  }
2540
2824
  },
2541
2825
  "LogRetention": {
@@ -2547,13 +2831,13 @@
2547
2831
  "path": "IntegTestStackAl2023/login-handler/LogRetention/Resource",
2548
2832
  "constructInfo": {
2549
2833
  "fqn": "aws-cdk-lib.CfnResource",
2550
- "version": "2.165.0"
2834
+ "version": "2.177.0"
2551
2835
  }
2552
2836
  }
2553
2837
  },
2554
2838
  "constructInfo": {
2555
2839
  "fqn": "aws-cdk-lib.aws_logs.LogRetention",
2556
- "version": "2.165.0"
2840
+ "version": "2.177.0"
2557
2841
  }
2558
2842
  },
2559
2843
  "LogGroup": {
@@ -2561,13 +2845,13 @@
2561
2845
  "path": "IntegTestStackAl2023/login-handler/LogGroup",
2562
2846
  "constructInfo": {
2563
2847
  "fqn": "aws-cdk-lib.Resource",
2564
- "version": "2.165.0"
2848
+ "version": "2.177.0"
2565
2849
  }
2566
2850
  }
2567
2851
  },
2568
2852
  "constructInfo": {
2569
2853
  "fqn": "aws-cdk-lib.aws_lambda_nodejs.NodejsFunction",
2570
- "version": "2.165.0"
2854
+ "version": "2.177.0"
2571
2855
  }
2572
2856
  },
2573
2857
  "LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a": {
@@ -2583,7 +2867,7 @@
2583
2867
  "path": "IntegTestStackAl2023/LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/Code/Stage",
2584
2868
  "constructInfo": {
2585
2869
  "fqn": "aws-cdk-lib.AssetStaging",
2586
- "version": "2.165.0"
2870
+ "version": "2.177.0"
2587
2871
  }
2588
2872
  },
2589
2873
  "AssetBucket": {
@@ -2591,13 +2875,13 @@
2591
2875
  "path": "IntegTestStackAl2023/LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/Code/AssetBucket",
2592
2876
  "constructInfo": {
2593
2877
  "fqn": "aws-cdk-lib.aws_s3.BucketBase",
2594
- "version": "2.165.0"
2878
+ "version": "2.177.0"
2595
2879
  }
2596
2880
  }
2597
2881
  },
2598
2882
  "constructInfo": {
2599
2883
  "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
2600
- "version": "2.165.0"
2884
+ "version": "2.177.0"
2601
2885
  }
2602
2886
  },
2603
2887
  "ServiceRole": {
@@ -2609,7 +2893,7 @@
2609
2893
  "path": "IntegTestStackAl2023/LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole/ImportServiceRole",
2610
2894
  "constructInfo": {
2611
2895
  "fqn": "aws-cdk-lib.Resource",
2612
- "version": "2.165.0"
2896
+ "version": "2.177.0"
2613
2897
  }
2614
2898
  },
2615
2899
  "Resource": {
@@ -2648,7 +2932,7 @@
2648
2932
  },
2649
2933
  "constructInfo": {
2650
2934
  "fqn": "aws-cdk-lib.aws_iam.CfnRole",
2651
- "version": "2.165.0"
2935
+ "version": "2.177.0"
2652
2936
  }
2653
2937
  },
2654
2938
  "DefaultPolicy": {
@@ -2684,19 +2968,19 @@
2684
2968
  },
2685
2969
  "constructInfo": {
2686
2970
  "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
2687
- "version": "2.165.0"
2971
+ "version": "2.177.0"
2688
2972
  }
2689
2973
  }
2690
2974
  },
2691
2975
  "constructInfo": {
2692
2976
  "fqn": "aws-cdk-lib.aws_iam.Policy",
2693
- "version": "2.165.0"
2977
+ "version": "2.177.0"
2694
2978
  }
2695
2979
  }
2696
2980
  },
2697
2981
  "constructInfo": {
2698
2982
  "fqn": "aws-cdk-lib.aws_iam.Role",
2699
- "version": "2.165.0"
2983
+ "version": "2.177.0"
2700
2984
  }
2701
2985
  },
2702
2986
  "Resource": {
@@ -2704,7 +2988,7 @@
2704
2988
  "path": "IntegTestStackAl2023/LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/Resource",
2705
2989
  "constructInfo": {
2706
2990
  "fqn": "aws-cdk-lib.CfnResource",
2707
- "version": "2.165.0"
2991
+ "version": "2.177.0"
2708
2992
  }
2709
2993
  }
2710
2994
  },
@@ -2722,7 +3006,7 @@
2722
3006
  "path": "IntegTestStackAl2023/Exports/Output{\"Ref\":\"loginhandler99CCCCFD\"}",
2723
3007
  "constructInfo": {
2724
3008
  "fqn": "aws-cdk-lib.CfnOutput",
2725
- "version": "2.165.0"
3009
+ "version": "2.177.0"
2726
3010
  }
2727
3011
  },
2728
3012
  "Output{\"Fn::GetAtt\":[\"IntegVSCodeServercfdistributionFDBE873F\",\"DomainName\"]}": {
@@ -2730,7 +3014,7 @@
2730
3014
  "path": "IntegTestStackAl2023/Exports/Output{\"Fn::GetAtt\":[\"IntegVSCodeServercfdistributionFDBE873F\",\"DomainName\"]}",
2731
3015
  "constructInfo": {
2732
3016
  "fqn": "aws-cdk-lib.CfnOutput",
2733
- "version": "2.165.0"
3017
+ "version": "2.177.0"
2734
3018
  }
2735
3019
  },
2736
3020
  "Output{\"Fn::GetAtt\":[\"IntegVSCodeServerSecretRetrieverCustomResource2F3DB8BD\",\"secretPasswordValue\"]}": {
@@ -2738,7 +3022,7 @@
2738
3022
  "path": "IntegTestStackAl2023/Exports/Output{\"Fn::GetAtt\":[\"IntegVSCodeServerSecretRetrieverCustomResource2F3DB8BD\",\"secretPasswordValue\"]}",
2739
3023
  "constructInfo": {
2740
3024
  "fqn": "aws-cdk-lib.CfnOutput",
2741
- "version": "2.165.0"
3025
+ "version": "2.177.0"
2742
3026
  }
2743
3027
  }
2744
3028
  },
@@ -2752,7 +3036,7 @@
2752
3036
  "path": "IntegTestStackAl2023/BootstrapVersion",
2753
3037
  "constructInfo": {
2754
3038
  "fqn": "aws-cdk-lib.CfnParameter",
2755
- "version": "2.165.0"
3039
+ "version": "2.177.0"
2756
3040
  }
2757
3041
  },
2758
3042
  "CheckBootstrapVersion": {
@@ -2760,13 +3044,13 @@
2760
3044
  "path": "IntegTestStackAl2023/CheckBootstrapVersion",
2761
3045
  "constructInfo": {
2762
3046
  "fqn": "aws-cdk-lib.CfnRule",
2763
- "version": "2.165.0"
3047
+ "version": "2.177.0"
2764
3048
  }
2765
3049
  }
2766
3050
  },
2767
3051
  "constructInfo": {
2768
3052
  "fqn": "aws-cdk-lib.Stack",
2769
- "version": "2.165.0"
3053
+ "version": "2.177.0"
2770
3054
  }
2771
3055
  },
2772
3056
  "IntegSetupVSCodeOnAl2023": {
@@ -2808,7 +3092,7 @@
2808
3092
  },
2809
3093
  "constructInfo": {
2810
3094
  "fqn": "@aws-cdk/integ-tests-alpha.AssertionsProvider",
2811
- "version": "2.165.0-alpha.0"
3095
+ "version": "2.177.0-alpha.0"
2812
3096
  }
2813
3097
  },
2814
3098
  "Default": {
@@ -2820,13 +3104,13 @@
2820
3104
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/LambdaInvoke493987f824f978002013a8ed7c9980f4/Default/Default",
2821
3105
  "constructInfo": {
2822
3106
  "fqn": "aws-cdk-lib.CfnResource",
2823
- "version": "2.165.0"
3107
+ "version": "2.177.0"
2824
3108
  }
2825
3109
  }
2826
3110
  },
2827
3111
  "constructInfo": {
2828
3112
  "fqn": "aws-cdk-lib.CustomResource",
2829
- "version": "2.165.0"
3113
+ "version": "2.177.0"
2830
3114
  }
2831
3115
  },
2832
3116
  "Invoke": {
@@ -2834,7 +3118,7 @@
2834
3118
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/LambdaInvoke493987f824f978002013a8ed7c9980f4/Invoke",
2835
3119
  "constructInfo": {
2836
3120
  "fqn": "aws-cdk-lib.CfnResource",
2837
- "version": "2.165.0"
3121
+ "version": "2.177.0"
2838
3122
  }
2839
3123
  },
2840
3124
  "AssertionResults": {
@@ -2842,13 +3126,13 @@
2842
3126
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/LambdaInvoke493987f824f978002013a8ed7c9980f4/AssertionResults",
2843
3127
  "constructInfo": {
2844
3128
  "fqn": "aws-cdk-lib.CfnOutput",
2845
- "version": "2.165.0"
3129
+ "version": "2.177.0"
2846
3130
  }
2847
3131
  }
2848
3132
  },
2849
3133
  "constructInfo": {
2850
3134
  "fqn": "@aws-cdk/integ-tests-alpha.LambdaInvokeFunction",
2851
- "version": "2.165.0-alpha.0"
3135
+ "version": "2.177.0-alpha.0"
2852
3136
  }
2853
3137
  },
2854
3138
  "SingletonFunction1488541a7b23466481b69b4408076b81": {
@@ -2860,7 +3144,7 @@
2860
3144
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/SingletonFunction1488541a7b23466481b69b4408076b81/Staging",
2861
3145
  "constructInfo": {
2862
3146
  "fqn": "aws-cdk-lib.AssetStaging",
2863
- "version": "2.165.0"
3147
+ "version": "2.177.0"
2864
3148
  }
2865
3149
  },
2866
3150
  "Role": {
@@ -2868,7 +3152,7 @@
2868
3152
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/SingletonFunction1488541a7b23466481b69b4408076b81/Role",
2869
3153
  "constructInfo": {
2870
3154
  "fqn": "aws-cdk-lib.CfnResource",
2871
- "version": "2.165.0"
3155
+ "version": "2.177.0"
2872
3156
  }
2873
3157
  },
2874
3158
  "Handler": {
@@ -2876,7 +3160,7 @@
2876
3160
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/SingletonFunction1488541a7b23466481b69b4408076b81/Handler",
2877
3161
  "constructInfo": {
2878
3162
  "fqn": "aws-cdk-lib.CfnResource",
2879
- "version": "2.165.0"
3163
+ "version": "2.177.0"
2880
3164
  }
2881
3165
  }
2882
3166
  },
@@ -2890,7 +3174,7 @@
2890
3174
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/LatestNodeRuntimeMap",
2891
3175
  "constructInfo": {
2892
3176
  "fqn": "aws-cdk-lib.CfnMapping",
2893
- "version": "2.165.0"
3177
+ "version": "2.177.0"
2894
3178
  }
2895
3179
  },
2896
3180
  "BootstrapVersion": {
@@ -2898,7 +3182,7 @@
2898
3182
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/BootstrapVersion",
2899
3183
  "constructInfo": {
2900
3184
  "fqn": "aws-cdk-lib.CfnParameter",
2901
- "version": "2.165.0"
3185
+ "version": "2.177.0"
2902
3186
  }
2903
3187
  },
2904
3188
  "CheckBootstrapVersion": {
@@ -2906,25 +3190,25 @@
2906
3190
  "path": "IntegSetupVSCodeOnAl2023/DefaultTest/DeployAssert/CheckBootstrapVersion",
2907
3191
  "constructInfo": {
2908
3192
  "fqn": "aws-cdk-lib.CfnRule",
2909
- "version": "2.165.0"
3193
+ "version": "2.177.0"
2910
3194
  }
2911
3195
  }
2912
3196
  },
2913
3197
  "constructInfo": {
2914
3198
  "fqn": "aws-cdk-lib.Stack",
2915
- "version": "2.165.0"
3199
+ "version": "2.177.0"
2916
3200
  }
2917
3201
  }
2918
3202
  },
2919
3203
  "constructInfo": {
2920
3204
  "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
2921
- "version": "2.165.0-alpha.0"
3205
+ "version": "2.177.0-alpha.0"
2922
3206
  }
2923
3207
  }
2924
3208
  },
2925
3209
  "constructInfo": {
2926
3210
  "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
2927
- "version": "2.165.0-alpha.0"
3211
+ "version": "2.177.0-alpha.0"
2928
3212
  }
2929
3213
  },
2930
3214
  "Tree": {
@@ -2938,7 +3222,7 @@
2938
3222
  },
2939
3223
  "constructInfo": {
2940
3224
  "fqn": "aws-cdk-lib.App",
2941
- "version": "2.165.0"
3225
+ "version": "2.177.0"
2942
3226
  }
2943
3227
  }
2944
3228
  }