ryan-mars / stochastic

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

Projen template #86

Open sam-goodwin opened 3 years ago

sam-goodwin commented 3 years ago

Leverage https://github.com/projen/projen to provide templates for stochastic projects and bounded context.

const project = new StochasticApp({
  environment: "aws-cdk-serverless",
  test: "cucumber"
})

const operations = project.addBoundedContext("operations")

const reservations = project.addBoundedContext("reservations")
sam-goodwin commented 3 years ago

Related https://github.com/stochastic/stochastic/issues/73

ryan-mars commented 3 years ago

I'd love this but I think we should prioritize this after some of the boiling on the framework has diminished to a simmer otherwise this will become an early maintenance headache. If you feel strongly that this is needed now then I feel "worse is better", don't invest too much time.