DOP-C02 SDLC Automation
SDLC = Software Developer Life Cycle
Different tools for AWS CICD
- AWS CodeCommit (git repo, deprecated)
- AWS CodePipeline (the overal workflow controller for CICD)
- AWS CodeBuild (building and testing)
- AWS CodeDeploy (deployment tool)
- AWS CodeStar (software development activities in one place)
- AWS CodeArtifact (repo to store compiled packages/artifacts)
- AWS CodeGuru (AI tool for code review)