Skip to content

Latest commit

 

History

History

4.DevWorkflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Development Workflow

This last phase of our tutorial will highlight what's happening in a regular Development workflow, involving a development branch and a pull request.

  • A new branch is created to add some use case. That branch was already created for you, it's named new-service
  • Create a Pull-Request to merge the new-service commits into main
    • if there is any PR conflict, address them by keeping the destination branch content
  • CodeBuild is running on the PR code and will validate your changes

Quality Gate

Passed Quality Gate

Your PR is 'Clean Code-Ready', you may now merge it and get the new functionalities deployed.

The End

You've reached the end of this tutorial, congrats!


Previous|Clean Up