Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Projen template #86

Open
sam-goodwin opened this issue Jul 6, 2021 · 2 comments
Open

Projen template #86

sam-goodwin opened this issue Jul 6, 2021 · 2 comments
Milestone

Comments

@sam-goodwin
Copy link
Contributor

sam-goodwin commented Jul 6, 2021

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
Copy link
Contributor Author

@ryan-mars ryan-mars added this to the 1.0 milestone Jul 6, 2021
@ryan-mars
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants