Is it possible to build a complete AWS Codestar project from code?
Codestar comes with a selection of project templates in the console GUI, I would like to start with templates as code, so everything can be under config management.
Is it possible to build a complete AWS Codestar project from code?
Codestar comes with a selection of project templates in the console GUI, I would like to start with templates as code, so everything can be under config management.
To the mods, I will update this answer from a sketchy PR to more refined solution as one emerges
Not really a perfect answer, but I created a CF template that can deploy a CodeStar project. You could in theory attach multiple projects to the same Git repo (be it CodeCommit or GitHub).
See my pull request. If it is buggy, let me know so I can fix it.