@aws-solutions-constructs/aws-lambda-elasticachememcached 2.101.0 → 2.103.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 (39) hide show
  1. package/.jsii +252 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.lammem-existingResources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  5. package/test/integ.lammem-existingResources.js.snapshot/cdk.out +1 -1
  6. package/test/integ.lammem-existingResources.js.snapshot/integ.json +2 -2
  7. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.assets.json +8 -8
  8. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.metadata.json +372 -0
  9. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.template.json +2 -2
  10. package/test/integ.lammem-existingResources.js.snapshot/lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.assets.json +1 -1
  11. package/test/integ.lammem-existingResources.js.snapshot/lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.metadata.json +14 -0
  12. package/test/integ.lammem-existingResources.js.snapshot/manifest.json +37 -389
  13. package/test/integ.lammem-existingResources.js.snapshot/tree.json +1 -1
  14. package/test/integ.lammem-newResources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  15. package/test/integ.lammem-newResources.js.snapshot/cdk.out +1 -1
  16. package/test/integ.lammem-newResources.js.snapshot/integ.json +2 -2
  17. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.assets.json +8 -8
  18. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.metadata.json +485 -0
  19. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.template.json +2 -2
  20. package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.assets.json +1 -1
  21. package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.metadata.json +14 -0
  22. package/test/integ.lammem-newResources.js.snapshot/manifest.json +37 -502
  23. package/test/integ.lammem-newResources.js.snapshot/tree.json +1 -1
  24. package/test/integ.lammem-withClientProps.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  25. package/test/integ.lammem-withClientProps.js.snapshot/cdk.out +1 -1
  26. package/test/integ.lammem-withClientProps.js.snapshot/integ.json +2 -2
  27. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.assets.json +8 -8
  28. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.metadata.json +486 -0
  29. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.template.json +2 -2
  30. package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets.json +1 -1
  31. package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.metadata.json +14 -0
  32. package/test/integ.lammem-withClientProps.js.snapshot/manifest.json +37 -503
  33. package/test/integ.lammem-withClientProps.js.snapshot/tree.json +1 -1
  34. package/test/integ.lammem-existingResources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  35. package/test/integ.lammem-newResources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  36. package/test/integ.lammem-withClientProps.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  37. /package/test/integ.lammem-existingResources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  38. /package/test/integ.lammem-newResources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  39. /package/test/integ.lammem-withClientProps.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
@@ -1,30 +1,30 @@
1
1
  {
2
- "version": "50.0.0",
2
+ "version": "54.0.0",
3
3
  "files": {
4
- "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200": {
4
+ "02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093": {
5
5
  "displayName": "lammem-newResources/Custom::VpcRestrictDefaultSGCustomResourceProvider Code",
6
6
  "source": {
7
- "path": "asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200",
7
+ "path": "asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093",
8
8
  "packaging": "zip"
9
9
  },
10
10
  "destinations": {
11
- "current_account-current_region-2561d6a5": {
11
+ "current_account-current_region-21e1d885": {
12
12
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
13
- "objectKey": "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200.zip",
13
+ "objectKey": "02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093.zip",
14
14
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
15
15
  }
16
16
  }
17
17
  },
18
- "2e7ad03b66de304a0a8490bd38ee55c2bb63ba2bdc370d30f683dc715b410a12": {
18
+ "1a5b3233d28cfa8a2a589638c665bc63ba44495de0fd0e2d6a6662130cb5d8c6": {
19
19
  "displayName": "lammem-newResources Template",
20
20
  "source": {
21
21
  "path": "lammem-newResources.template.json",
22
22
  "packaging": "file"
23
23
  },
24
24
  "destinations": {
25
- "current_account-current_region-0fe07fcf": {
25
+ "current_account-current_region-17b9d529": {
26
26
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
27
- "objectKey": "2e7ad03b66de304a0a8490bd38ee55c2bb63ba2bdc370d30f683dc715b410a12.json",
27
+ "objectKey": "1a5b3233d28cfa8a2a589638c665bc63ba44495de0fd0e2d6a6662130cb5d8c6.json",
28
28
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
29
29
  }
30
30
  }
@@ -0,0 +1,485 @@
1
+ {
2
+ "/lammem-newResources/Vpc": [
3
+ {
4
+ "type": "aws:cdk:analytics:construct",
5
+ "data": {
6
+ "natGateways": "*",
7
+ "subnetConfiguration": [
8
+ {
9
+ "cidrMask": "*",
10
+ "name": "*",
11
+ "subnetType": "Isolated"
12
+ }
13
+ ]
14
+ }
15
+ }
16
+ ],
17
+ "/lammem-newResources/Custom::VpcRestrictDefaultSGCustomResourceProvider": [
18
+ {
19
+ "type": "aws:cdk:is-custom-resource-handler-customResourceProvider",
20
+ "data": true
21
+ }
22
+ ],
23
+ "/lammem-newResources/BootstrapVersion": [
24
+ {
25
+ "type": "aws:cdk:logicalId",
26
+ "data": "BootstrapVersion"
27
+ }
28
+ ],
29
+ "/lammem-newResources/CheckBootstrapVersion": [
30
+ {
31
+ "type": "aws:cdk:logicalId",
32
+ "data": "CheckBootstrapVersion"
33
+ }
34
+ ],
35
+ "/lammem-newResources/lammem-newResources/lammem-newResources-cachesg": [
36
+ {
37
+ "type": "aws:cdk:analytics:construct",
38
+ "data": {
39
+ "vpc": "*",
40
+ "allowAllOutbound": true
41
+ }
42
+ }
43
+ ],
44
+ "/lammem-newResources/lammem-newResources/lammem-newResources-ingress": [
45
+ {
46
+ "type": "aws:cdk:logicalId",
47
+ "data": "lammemnewResourceslammemnewResourcesingress6740B3EB"
48
+ }
49
+ ],
50
+ "/lammem-newResources/lammem-newResources/ec-subnetgroup-lammem-newResources": [
51
+ {
52
+ "type": "aws:cdk:logicalId",
53
+ "data": "lammemnewResourcesecsubnetgrouplammemnewResourcesBFA66192"
54
+ }
55
+ ],
56
+ "/lammem-newResources/lammem-newResources/lammem-newResources-cluster": [
57
+ {
58
+ "type": "aws:cdk:logicalId",
59
+ "data": "lammemnewResourceslammemnewResourcescluster026E518E"
60
+ }
61
+ ],
62
+ "/lammem-newResources/lammem-newResources/LambdaFunctionServiceRole": [
63
+ {
64
+ "type": "aws:cdk:analytics:construct",
65
+ "data": {
66
+ "assumedBy": {
67
+ "principalAccount": "*",
68
+ "assumeRoleAction": "*"
69
+ },
70
+ "inlinePolicies": "*"
71
+ }
72
+ },
73
+ {
74
+ "type": "aws:cdk:analytics:method",
75
+ "data": {
76
+ "addToPolicy": [
77
+ {}
78
+ ]
79
+ }
80
+ },
81
+ {
82
+ "type": "aws:cdk:analytics:method",
83
+ "data": {
84
+ "addToPrincipalPolicy": [
85
+ {}
86
+ ]
87
+ }
88
+ },
89
+ {
90
+ "type": "aws:cdk:analytics:method",
91
+ "data": {
92
+ "attachInlinePolicy": [
93
+ "*"
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "type": "aws:cdk:analytics:method",
99
+ "data": {
100
+ "attachInlinePolicy": [
101
+ "*"
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "type": "aws:cdk:analytics:method",
107
+ "data": {
108
+ "attachInlinePolicy": [
109
+ "*"
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "type": "aws:cdk:analytics:method",
115
+ "data": {
116
+ "attachInlinePolicy": [
117
+ "*"
118
+ ]
119
+ }
120
+ }
121
+ ],
122
+ "/lammem-newResources/lammem-newResources/ReplaceDefaultSecurityGroup-security-group": [
123
+ {
124
+ "type": "aws:cdk:analytics:construct",
125
+ "data": {
126
+ "vpc": "*",
127
+ "allowAllOutbound": true
128
+ }
129
+ }
130
+ ],
131
+ "/lammem-newResources/lammem-newResources/LambdaFunction": [
132
+ {
133
+ "type": "aws:cdk:analytics:construct",
134
+ "data": {
135
+ "role": "*",
136
+ "tracing": "Active",
137
+ "runtime": "*",
138
+ "handler": "*",
139
+ "code": "*",
140
+ "securityGroups": [
141
+ "*",
142
+ "*"
143
+ ],
144
+ "vpc": "*"
145
+ }
146
+ },
147
+ {
148
+ "type": "aws:cdk:analytics:method",
149
+ "data": {
150
+ "addEnvironment": [
151
+ "*",
152
+ "*",
153
+ {
154
+ "removeInEdge": true
155
+ }
156
+ ]
157
+ }
158
+ },
159
+ {
160
+ "type": "aws:cdk:analytics:method",
161
+ "data": {
162
+ "addEnvironment": [
163
+ "*",
164
+ "*"
165
+ ]
166
+ }
167
+ }
168
+ ],
169
+ "/lammem-newResources/Vpc/Resource": [
170
+ {
171
+ "type": "aws:cdk:logicalId",
172
+ "data": "Vpc8378EB38"
173
+ }
174
+ ],
175
+ "/lammem-newResources/Vpc/isolatedSubnet1": [
176
+ {
177
+ "type": "aws:cdk:analytics:construct",
178
+ "data": {
179
+ "availabilityZone": "*",
180
+ "vpcId": "*",
181
+ "cidrBlock": "*",
182
+ "mapPublicIpOnLaunch": false,
183
+ "ipv6CidrBlock": "*",
184
+ "assignIpv6AddressOnCreation": "*"
185
+ }
186
+ },
187
+ {
188
+ "type": "aws:cdk:analytics:construct",
189
+ "data": {
190
+ "availabilityZone": "*",
191
+ "vpcId": "*",
192
+ "cidrBlock": "*",
193
+ "mapPublicIpOnLaunch": false,
194
+ "ipv6CidrBlock": "*",
195
+ "assignIpv6AddressOnCreation": "*"
196
+ }
197
+ }
198
+ ],
199
+ "/lammem-newResources/Vpc/isolatedSubnet2": [
200
+ {
201
+ "type": "aws:cdk:analytics:construct",
202
+ "data": {
203
+ "availabilityZone": "*",
204
+ "vpcId": "*",
205
+ "cidrBlock": "*",
206
+ "mapPublicIpOnLaunch": false,
207
+ "ipv6CidrBlock": "*",
208
+ "assignIpv6AddressOnCreation": "*"
209
+ }
210
+ },
211
+ {
212
+ "type": "aws:cdk:analytics:construct",
213
+ "data": {
214
+ "availabilityZone": "*",
215
+ "vpcId": "*",
216
+ "cidrBlock": "*",
217
+ "mapPublicIpOnLaunch": false,
218
+ "ipv6CidrBlock": "*",
219
+ "assignIpv6AddressOnCreation": "*"
220
+ }
221
+ }
222
+ ],
223
+ "/lammem-newResources/Vpc/RestrictDefaultSecurityGroupCustomResource": [
224
+ {
225
+ "type": "aws:cdk:analytics:construct",
226
+ "data": "*"
227
+ }
228
+ ],
229
+ "/lammem-newResources/Vpc/FlowLog": [
230
+ {
231
+ "type": "aws:cdk:analytics:construct",
232
+ "data": {
233
+ "resourceType": "*"
234
+ }
235
+ }
236
+ ],
237
+ "/lammem-newResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role": [
238
+ {
239
+ "type": "aws:cdk:logicalId",
240
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderRole26592FE0"
241
+ }
242
+ ],
243
+ "/lammem-newResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler": [
244
+ {
245
+ "type": "aws:cdk:logicalId",
246
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
247
+ }
248
+ ],
249
+ "/lammem-newResources/lammem-newResources/lammem-newResources-cachesg/Resource": [
250
+ {
251
+ "type": "aws:cdk:logicalId",
252
+ "data": "lammemnewResourceslammemnewResourcescachesg08EE8773"
253
+ }
254
+ ],
255
+ "/lammem-newResources/lammem-newResources/LambdaFunctionServiceRole/Resource": [
256
+ {
257
+ "type": "aws:cdk:logicalId",
258
+ "data": "lammemnewResourcesLambdaFunctionServiceRoleDB5D0991"
259
+ }
260
+ ],
261
+ "/lammem-newResources/lammem-newResources/LambdaFunctionServiceRole/DefaultPolicy": [
262
+ {
263
+ "type": "aws:cdk:analytics:construct",
264
+ "data": "*"
265
+ },
266
+ {
267
+ "type": "aws:cdk:analytics:method",
268
+ "data": {
269
+ "attachToRole": [
270
+ "*"
271
+ ]
272
+ }
273
+ },
274
+ {
275
+ "type": "aws:cdk:analytics:method",
276
+ "data": {
277
+ "attachToRole": [
278
+ "*"
279
+ ]
280
+ }
281
+ },
282
+ {
283
+ "type": "aws:cdk:analytics:method",
284
+ "data": {
285
+ "addStatements": [
286
+ {}
287
+ ]
288
+ }
289
+ }
290
+ ],
291
+ "/lammem-newResources/lammem-newResources/ReplaceDefaultSecurityGroup-security-group/Resource": [
292
+ {
293
+ "type": "aws:cdk:logicalId",
294
+ "data": "lammemnewResourcesReplaceDefaultSecurityGroupsecuritygroup6C020299"
295
+ }
296
+ ],
297
+ "/lammem-newResources/lammem-newResources/LambdaFunction/Resource": [
298
+ {
299
+ "type": "aws:cdk:logicalId",
300
+ "data": "lammemnewResourcesLambdaFunction960422D5"
301
+ }
302
+ ],
303
+ "/lammem-newResources/lammem-newResources/LambdaFunction/inlinePolicyAddedToExecutionRole-0": [
304
+ {
305
+ "type": "aws:cdk:analytics:construct",
306
+ "data": {
307
+ "statements": "*"
308
+ }
309
+ },
310
+ {
311
+ "type": "aws:cdk:analytics:method",
312
+ "data": {
313
+ "addStatements": [
314
+ {}
315
+ ]
316
+ }
317
+ },
318
+ {
319
+ "type": "aws:cdk:analytics:method",
320
+ "data": {
321
+ "attachToRole": [
322
+ "*"
323
+ ]
324
+ }
325
+ },
326
+ {
327
+ "type": "aws:cdk:analytics:method",
328
+ "data": {
329
+ "attachToRole": [
330
+ "*"
331
+ ]
332
+ }
333
+ }
334
+ ],
335
+ "/lammem-newResources/Vpc/isolatedSubnet1/Subnet": [
336
+ {
337
+ "type": "aws:cdk:logicalId",
338
+ "data": "VpcisolatedSubnet1SubnetE62B1B9B"
339
+ }
340
+ ],
341
+ "/lammem-newResources/Vpc/isolatedSubnet1/RouteTable": [
342
+ {
343
+ "type": "aws:cdk:logicalId",
344
+ "data": "VpcisolatedSubnet1RouteTableE442650B"
345
+ }
346
+ ],
347
+ "/lammem-newResources/Vpc/isolatedSubnet1/RouteTableAssociation": [
348
+ {
349
+ "type": "aws:cdk:logicalId",
350
+ "data": "VpcisolatedSubnet1RouteTableAssociationD259E31A"
351
+ }
352
+ ],
353
+ "/lammem-newResources/Vpc/isolatedSubnet2/Subnet": [
354
+ {
355
+ "type": "aws:cdk:logicalId",
356
+ "data": "VpcisolatedSubnet2Subnet39217055"
357
+ }
358
+ ],
359
+ "/lammem-newResources/Vpc/isolatedSubnet2/RouteTable": [
360
+ {
361
+ "type": "aws:cdk:logicalId",
362
+ "data": "VpcisolatedSubnet2RouteTable334F9764"
363
+ }
364
+ ],
365
+ "/lammem-newResources/Vpc/isolatedSubnet2/RouteTableAssociation": [
366
+ {
367
+ "type": "aws:cdk:logicalId",
368
+ "data": "VpcisolatedSubnet2RouteTableAssociation25A4716F"
369
+ }
370
+ ],
371
+ "/lammem-newResources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
372
+ {
373
+ "type": "aws:cdk:logicalId",
374
+ "data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
375
+ }
376
+ ],
377
+ "/lammem-newResources/Vpc/FlowLog/IAMRole": [
378
+ {
379
+ "type": "aws:cdk:analytics:construct",
380
+ "data": {
381
+ "roleName": "*",
382
+ "assumedBy": {
383
+ "principalAccount": "*",
384
+ "assumeRoleAction": "*"
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "type": "aws:cdk:analytics:method",
390
+ "data": {
391
+ "addToPrincipalPolicy": [
392
+ {}
393
+ ]
394
+ }
395
+ },
396
+ {
397
+ "type": "aws:cdk:analytics:method",
398
+ "data": {
399
+ "attachInlinePolicy": [
400
+ "*"
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "type": "aws:cdk:analytics:method",
406
+ "data": {
407
+ "attachInlinePolicy": [
408
+ "*"
409
+ ]
410
+ }
411
+ }
412
+ ],
413
+ "/lammem-newResources/Vpc/FlowLog/LogGroup": [
414
+ {
415
+ "type": "aws:cdk:analytics:construct",
416
+ "data": "*"
417
+ }
418
+ ],
419
+ "/lammem-newResources/Vpc/FlowLog/FlowLog": [
420
+ {
421
+ "type": "aws:cdk:logicalId",
422
+ "data": "VpcFlowLog8FF33A73"
423
+ }
424
+ ],
425
+ "/lammem-newResources/lammem-newResources/LambdaFunctionServiceRole/DefaultPolicy/Resource": [
426
+ {
427
+ "type": "aws:cdk:logicalId",
428
+ "data": "lammemnewResourcesLambdaFunctionServiceRoleDefaultPolicyBEBDF814"
429
+ }
430
+ ],
431
+ "/lammem-newResources/lammem-newResources/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource": [
432
+ {
433
+ "type": "aws:cdk:logicalId",
434
+ "data": "lammemnewResourcesLambdaFunctioninlinePolicyAddedToExecutionRole03F480433"
435
+ }
436
+ ],
437
+ "/lammem-newResources/Vpc/FlowLog/IAMRole/Resource": [
438
+ {
439
+ "type": "aws:cdk:logicalId",
440
+ "data": "VpcFlowLogIAMRole6A475D41"
441
+ }
442
+ ],
443
+ "/lammem-newResources/Vpc/FlowLog/IAMRole/DefaultPolicy": [
444
+ {
445
+ "type": "aws:cdk:analytics:construct",
446
+ "data": "*"
447
+ },
448
+ {
449
+ "type": "aws:cdk:analytics:method",
450
+ "data": {
451
+ "attachToRole": [
452
+ "*"
453
+ ]
454
+ }
455
+ },
456
+ {
457
+ "type": "aws:cdk:analytics:method",
458
+ "data": {
459
+ "attachToRole": [
460
+ "*"
461
+ ]
462
+ }
463
+ },
464
+ {
465
+ "type": "aws:cdk:analytics:method",
466
+ "data": {
467
+ "addStatements": [
468
+ {}
469
+ ]
470
+ }
471
+ }
472
+ ],
473
+ "/lammem-newResources/Vpc/FlowLog/LogGroup/Resource": [
474
+ {
475
+ "type": "aws:cdk:logicalId",
476
+ "data": "VpcFlowLogLogGroup7B5C56B9"
477
+ }
478
+ ],
479
+ "/lammem-newResources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
480
+ {
481
+ "type": "aws:cdk:logicalId",
482
+ "data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
483
+ }
484
+ ]
485
+ }
@@ -677,7 +677,7 @@
677
677
  "S3Bucket": {
678
678
  "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
679
679
  },
680
- "S3Key": "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200.zip"
680
+ "S3Key": "02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093.zip"
681
681
  },
682
682
  "Timeout": 900,
683
683
  "MemorySize": 128,
@@ -688,7 +688,7 @@
688
688
  "Arn"
689
689
  ]
690
690
  },
691
- "Runtime": "nodejs22.x",
691
+ "Runtime": "nodejs24.x",
692
692
  "Description": "Lambda function for removing all inbound/outbound rules from the VPC default security group"
693
693
  },
694
694
  "DependsOn": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "50.0.0",
2
+ "version": "54.0.0",
3
3
  "files": {
4
4
  "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
5
  "displayName": "lammemnewResourcesIntegDefaultTestDeployAssert30C906BF Template",
@@ -0,0 +1,14 @@
1
+ {
2
+ "/lammem-newResources/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
3
+ {
4
+ "type": "aws:cdk:logicalId",
5
+ "data": "BootstrapVersion"
6
+ }
7
+ ],
8
+ "/lammem-newResources/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
9
+ {
10
+ "type": "aws:cdk:logicalId",
11
+ "data": "CheckBootstrapVersion"
12
+ }
13
+ ]
14
+ }