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
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
@@ -21,10 +23,35 @@ This is a CDK application that implements cross-account event routing using Amaz
21
23
22
24
## Instructions
23
25
24
-
### Single consumer:
26
+
### CDK bootstrapping
27
+
To deploy the stacks in different accounts, you need to bootstrap the CDKToolkit with trust flag. Assuming you will run `cdk deploy` command from account ID: `123456789012`, and deploys producer stack to account ID: `111111111111`, and consumer stack to account ID: `222222222222`
28
+
29
+
1. In account: `111111111111`, run the below command:
0 commit comments