Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am currently developing a system to be deployed on AWS. A collection of services that communicate using events delivered through Amazon EventBridge. I'm struggling to find a way to run my system locally because I don't know how I can either

  1. Run a local version of EventBridge (docker or something)
  2. Get the EventBridge instance on AWS to send events to my local machine (I'm assuming this is impossible?).

Is there a way I can run my services locally, have a service send an event to a real (or mocked) EventBridge instance and have those events routed to my local services?

Not that its too important, but my services are .NET Core applications running on Windows.

question from:https://stackoverflow.com/questions/65598293/running-amazon-eventbridge-locally

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

LocalStack can run on your local machine and has support for the EventBridge API.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...