I am new to AWS. I've created a sample Python project on AWS CodeStart and made a small change. AWS automatically deployed the change and I could see it.
On CodePipeline, shows sequence as Source->Build->Deploy. This is fine as it shows in sequence of process performed, like below
But, I would like to see the same in descending order like Deploy <- Build <- Source.
May I know how to do this?