serverless-cqrs
is collection tools to help you get started with building a fully functioning backend based on the principles of CQRS, Event Sourcing, Domain Driven Design, and Onion Architecture.orderCreated
events from the order service and react by charging the user. If the charge is successful, it (the service) will broadcast a paymentSuccess
event which then triggers the fulfillment service to do something, and so on...