Commit ad46653
committed
test(dynamodb): fence the local-replica-only GSI read-capacity derivation (#1452)
A live CloudFormation probe (stack Cdkd1452ProbeXRegionRead, us-east-1 + us-west-2, 2026-08-10) disproved the CapacityAutoScalingSettings doc sentence that motivated the issue. A GlobalTable whose local replica GSI carried SeedCapacity 10 (MinCapacity 1) and whose remote replica GSI carried a fixed ReadCapacityUnits 20 came up with ReadCapacityUnits 1 in us-east-1 and a ProvisionedThroughputOverride of 20 on the us-west-2 replica -- no cross-region max, and the remote value scoped to the remote replica.
So deriving read capacity from the LOCAL replica alone is CORRECT and cdkd needs no source change. This adds the probe shape as a regression fence so a future reader who finds the same doc sentence cannot turn it into a cross-region max, with the transcript inlined in the test comment. The same run independently re-confirmed issue #1435's MinCapacity-on-create finding on a new template shape.1 parent d4d0280 commit ad46653
1 file changed
Lines changed: 75 additions & 0 deletions
Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 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 | + | |
364 | 439 | | |
365 | 440 | | |
366 | 441 | | |
| |||
0 commit comments