The Git repo exists and the CodePipeline exists, but nothing runs on push. What piece is missing?
Select an answer to reveal the explanation.
Short Explanation
The Git repo exists and CodePipeline exists, but nothing runs on push. Wire them with a source action, webhook, or Code Connections. A repo without that connection is not CI/CD, and retraining is Domain 2.
Full Explanation
Wire the repository to CodePipeline with a source action, webhook, or Code Connections so repository events start executions. A repo without that connection is not CI/CD. Rekognition and a retrain miss that wire.