ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

BoundedContext: Public events are published to Event Bridge #28

Closed ryan-mars closed 3 years ago

ryan-mars commented 3 years ago

Epic: Bounded Context #7

Need a way to mark certain events as public and have the BoundedContext put those on the EventBridge bus.

sam-goodwin commented 3 years ago

Another advantage of shapes (#36) is that we can use the built-in json schema converter to generate the schemas for the registry.

https://github.com/punchcard/punchcard/tree/master/packages/%40punchcard/shape-jsonschema

ryan-mars commented 3 years ago

Yes, switching to Shapes can't happen soon enough.