Skip to content

Commit a726b2c

Browse files
committed
update readme files for dev hub + add new dev hub diagrams
1 parent babe336 commit a726b2c

File tree

8 files changed

+322
-2
lines changed

8 files changed

+322
-2
lines changed

FIS-experiments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ demonstrate testing software behavior and error handling. This kind of test help
1515
database downtime gracefully by implementing strategies such as queuing requests to prevent data loss. This proactive error
1616
handling ensures that the system can maintain its operations despite partial failures.
1717

18-
![fis-experiment-1](fis-experiment-1.png)
18+
![fis-experiment-1](images/fis-experiment-1.png)
1919

2020
## Prerequisites
2121

@@ -163,7 +163,7 @@ that prevents data loss in case of an outage of the database. This of course is
163163
simulated for any storage resource.
164164

165165

166-
![fis-experiment-2](fis-experiment-2.png)
166+
![fis-experiment-2](images/fis-experiment-2.png)
167167

168168
The solution includes an SNS topic, an SQS queue and a Lambda function that will pick up the queued element and retry the
169169
`PutItem` on the database. In case DynamoDB is still unavailable, the item will be re-queued.
484 KB
Loading
387 KB
Loading
File renamed without changes.
File renamed without changes.

route53-failover/README.md

Lines changed: 320 additions & 0 deletions
Large diffs are not rendered by default.
442 KB
Loading
525 KB
Loading

0 commit comments

Comments
 (0)