Commit ae5acf5
authored
Linkry: read on redirect from DynamoDB instead of cloudfront KV store (#341)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added a Lambda@Edge-based redirect handler for faster, region-aware
redirects.
* Enabled DynamoDB streams for record change propagation.
* **Refactor**
* Removed CloudFront Key-Value Store usage and simplified create/delete
flows.
* Consolidated replication regions to a single region to streamline
deployment.
* Switched CloudFront redirect logic to use an edge Lambda association.
* **Chores**
* Updated infra variables/inputs and removed obsolete KV-related
configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 97e5761 commit ae5acf5
File tree
18 files changed
+231
-393
lines changed- src
- api
- functions
- routes
- common
- linkryEdgeFunction
- ui
- terraform
- envs
- prod
- qa
- modules
- archival
- dynamo
- frontend
- lambdas
- tests/unit
18 files changed
+231
-393
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
| |||
191 | 184 | | |
192 | 185 | | |
193 | 186 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 187 | | |
201 | 188 | | |
202 | 189 | | |
| |||
423 | 410 | | |
424 | 411 | | |
425 | 412 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | 413 | | |
445 | 414 | | |
446 | 415 | | |
| |||
517 | 486 | | |
518 | 487 | | |
519 | 488 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
| 489 | + | |
529 | 490 | | |
530 | 491 | | |
531 | 492 | | |
| |||
614 | 575 | | |
615 | 576 | | |
616 | 577 | | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | 578 | | |
634 | 579 | | |
635 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | | - | |
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
| |||
0 commit comments