Skip to content

Commit 05794d2

Browse files
authored
added background in README.md
1 parent c35917a commit 05794d2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

typescript/eventbridge-mesh/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# CDK Sample: Event Bridge mesh with CDK
22

3-
## Description
4-
A CDK way to set up a Event Bridge Mesh, where you relay the messages from one Event Bridge in a producer account to another Event Bridge in a consumer account
3+
## Description:
4+
A CDK way to set up a Event Bridge Mesh(Cross-Account), where you relay the messages from one Event Bridge in a producer account to another Event Bridge in a consumer account
55

6-
## Backgroud
6+
## Backgroud:
7+
This is a CDK application that implements cross-account event routing using Amazon EventBridge. It's designed for enterprise scenarios where:
78

9+
- Teams work in separate AWS accounts (producer and consumer)
10+
- Consumer teams need autonomy to manage their event processing
11+
- Event routing changes shouldn't require coordination with producer teams
812

9-
## Solution
10-
13+
## Solution:
1114

1215
### Single consumer
1316
![architecture](./images/single-consumer.png)

0 commit comments

Comments
 (0)