You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript/eventbridge-mesh/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# CDK Sample: Event Bridge mesh with CDK
2
2
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
5
5
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:
7
8
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
0 commit comments