I'm trying to get further information out of AWS CodeBuild's BUILD phases. I'd to see the individual steps, rather than one big BUILD phase, in case something fails during the build step.
I already looked into the CodeBuild operations, but I can't seem to find one that returns what I want. Maybe I can do something inside of the buildspec.yml?
I hope someone can help me