- Write code
- local machine
- Cloud9 - cloud-based IDE
- Store Code in Repository
- Github
- CodeCommit - AWS’s Git repository
- Run Automated tests
- CodeBuild & CodeArtifact - running tests- & running applications
- Build application (like a unity build)
- package/executable produced
- Deploy application
- move it to a server, spin a container, etc
- CodeDeploy - deploy code to services
- CodeStar - Automate this entire pipeline
Services
- Cloud9 & CodeCommit - cloud-based IDE
- CodeCommit - AWS’s Git repository
- CodeBuild & CodeArtifact - running tests- & running applications
- CodeDeploy - deploy code to services
- CodePipeline & CodeStar - Automate this entire pipeline
- CodeGuru & DevOpsGuru