Commit 54e64c7
authored
fix(logs): LogRetention Custom Resource does not use Node18 (#26609)
Migrate the LogRetention Custom Resource to AWS SDK v3.
Part of a fix for #26461
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 03c6f6f commit 54e64c7
File tree
233 files changed
+72890
-14090
lines changed- packages
- @aws-cdk-testing/framework-integ/test
- aws-appsync/test
- integ.js-resolver.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.18f77fb224555ccad15f9c2e0f71ae6930fc011792c4f74ec74daaa2bbd9a33f.bundle
- asset.4763e20569cc1d6f7ae496bbfb0b3e9bc205a1811c78c9a6bc18d949d737c2a9
- asset.ae370e1010629b78f494346f49ceef3ab2875718f20e6c808114e6aa770c7bf3.bundle
- integ.log-retention.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.18f77fb224555ccad15f9c2e0f71ae6930fc011792c4f74ec74daaa2bbd9a33f.bundle
- asset.2634e41ffbfed260b1049b081f0f568b46f60f03bf59422220562d71c9eb720e
- asset.ae370e1010629b78f494346f49ceef3ab2875718f20e6c808114e6aa770c7bf3.bundle
- aws-chatbot/test/integ.chatbot-logretention.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.2634e41ffbfed260b1049b081f0f568b46f60f03bf59422220562d71c9eb720e
- aws-cloudformation/test/integ.core-deps.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.2634e41ffbfed260b1049b081f0f568b46f60f03bf59422220562d71c9eb720e
- aws-elasticloadbalancingv2-actions/test/integ.cognito.js.snapshot
- asset.53e8368959effe94a6e51bef9c7c5bf0eaf5c4d64eece81632ca62aa34517978.bundle
- aws-elasticloadbalancingv2/test/integ.alb.oidc.js.snapshot
- asset.53e8368959effe94a6e51bef9c7c5bf0eaf5c4d64eece81632ca62aa34517978.bundle
- aws-elasticsearch/test
- integ.elasticsearch.custom-kms-key.js.snapshot
- integ.elasticsearch.unsignedbasicauth.js.snapshot
- aws-events-targets/test/logs/integ.log-group.js.snapshot
- asset.53e8368959effe94a6e51bef9c7c5bf0eaf5c4d64eece81632ca62aa34517978.bundle
- aws-globalaccelerator-endpoints/test/integ.globalaccelerator.js.snapshot
- aws-lambda/test
- integ.log-retention.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.4763e20569cc1d6f7ae496bbfb0b3e9bc205a1811c78c9a6bc18d949d737c2a9
- aws-logs-destinations/test/integ.lambda.js.snapshot
- asset.53e8368959effe94a6e51bef9c7c5bf0eaf5c4d64eece81632ca62aa34517978.bundle
- aws-logs/test/integ.log-retention.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.4763e20569cc1d6f7ae496bbfb0b3e9bc205a1811c78c9a6bc18d949d737c2a9
- aws-opensearchservice/test
- integ.opensearch.custom-kms-key.js.snapshot
- integ.opensearch.js.snapshot
- integ.opensearch.unsignedbasicauth.js.snapshot
- aws-rds/test/integ.instance.lit.js.snapshot
- .cache
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.4763e20569cc1d6f7ae496bbfb0b3e9bc205a1811c78c9a6bc18d949d737c2a9
- aws-route53/test/integ.vpc-endpoint-service-domain-name.js.snapshot
- aws-s3-assets/test/integ.assets.bundling.lit.js.snapshot
- aws-s3/test/integ.bucket-auto-delete-objects.js.snapshot
- custom-resources/test/aws-custom-resource
- integ.aws-custom-resource-athena.js.snapshot
- .cache
- asset.7a1aa4038bfd6218fb1a3abf28d3007c71ea0e2b12db642b5a12434a928c14da
- integ.aws-custom-resource-vpc.js.snapshot
- integ.aws-custom-resource.js.snapshot
- @aws-cdk/aws-neptune-alpha/test/integ.cluster.js.snapshot
- asset.0f8a80f5f2310ea7e3295258fdbb79c43a1e8c0a11e863e63dc82832599412ed
- asset.4763e20569cc1d6f7ae496bbfb0b3e9bc205a1811c78c9a6bc18d949d737c2a9
- aws-cdk-lib
- aws-logs
- lib
- log-retention-provider
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
233 files changed
+72890
-14090
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 17 additions & 128 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | 172 | | |
175 | 173 | | |
176 | 174 | | |
| |||
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
| 180 | + | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
187 | | - | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
| 202 | + | |
204 | 203 | | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 274 | + | |
283 | 275 | | |
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
287 | | - | |
| 279 | + | |
288 | 280 | | |
289 | 281 | | |
290 | 282 | | |
| |||
301 | 293 | | |
302 | 294 | | |
303 | 295 | | |
304 | | - | |
| 296 | + | |
305 | 297 | | |
306 | 298 | | |
307 | | - | |
| 299 | + | |
308 | 300 | | |
309 | 301 | | |
310 | | - | |
| 302 | + | |
311 | 303 | | |
312 | 304 | | |
313 | | - | |
| 305 | + | |
314 | 306 | | |
315 | 307 | | |
316 | 308 | | |
| |||
330 | 322 | | |
331 | 323 | | |
332 | 324 | | |
333 | | - | |
334 | | - | |
335 | 325 | | |
336 | 326 | | |
337 | 327 | | |
| 328 | + | |
338 | 329 | | |
339 | 330 | | |
340 | 331 | | |
| |||
349 | 340 | | |
350 | 341 | | |
351 | 342 | | |
352 | | - | |
| 343 | + | |
| 344 | + | |
353 | 345 | | |
354 | 346 | | |
355 | 347 | | |
| |||
395 | 387 | | |
396 | 388 | | |
397 | 389 | | |
| 390 | + | |
398 | 391 | | |
399 | 392 | | |
400 | 393 | | |
401 | 394 | | |
402 | 395 | | |
403 | 396 | | |
404 | | - | |
405 | 397 | | |
406 | 398 | | |
407 | 399 | | |
408 | 400 | | |
409 | 401 | | |
410 | 402 | | |
411 | 403 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | 404 | | |
516 | 405 | | |
517 | 406 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments