I am trying to set up a build project where I would be able to build various repos with the same build project and push them to the ECR.
Is it possible to make the repo source and branch of AWS CodeBuild project dynamic?
Can it be achieved by using AWS CLI to create the project with variables?
If yes, how can we go about achieving this?