https://aws.amazon.com/codecatalyst/ is a unified software development service for building and delivering applications on AWS. I will build on these concepts by focusing on how you collaborate across your codebase by using multiple CodeCatalyst Workflows to model your team’s branching strategy.

GitHub flow is a lightweight, branch-based workflow that involves creating feature branches and merging changes into the main branch.

The main branch will deploy to production and the develop branch plus the supporting branches will deploy to integration.

Figure Feature branch running integration workflow.

Related Articles