Can AWS codebuild build a project using two repos? – Amazon Web Sevices
I have a node application, the code is in a AWS codecommit repo. To build this app I need parameters coming from an .env file. I put this .env file in another codecommit repo. I would like to know if…