File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ class UserEventsPublisher extends AbstractSnsPublisher<SupportedMessages> {
160160// Use the publisher
161161const snsClient = new SNSClient ({ region: ' us-east-1' })
162162const stsClient = new STSClient ({ region: ' us-east-1' })
163- const publisher = new UserEventsPublisher (snsClient , stsClient )
164163
164+ const publisher = new UserEventsPublisher (snsClient , stsClient )
165165await publisher .init ()
166166
167167// Publish to the topic - all subscribers will receive this message
Original file line number Diff line number Diff line change @@ -1906,7 +1906,6 @@ const consumer = new UserEventConsumer({
19061906 logger: console ,
19071907 transactionObservabilityManager: undefined ,
19081908})
1909-
19101909await consumer .start ()
19111910
19121911// Example EventBridge event structure (for testing):
You can’t perform that action at this time.
0 commit comments