CICD in AWS
CodeBuiId Utilize AWS CodeBuiId to automatically compile source code (e.g. from Git), run unit tests, and produce deployment artifacts every time there’s a change in the source code repository.
CodeDepIoy Utilize AWS CodeDepIoy to automate deployments across different environments, using features like blue/green deployments to minimize downtime and maintain a rollback capability.
CodePipeline Deploy AWS CodePipeIine to model and visualize the entire release process, seamlessly integrating with tools like CodeCommit, CodeBuild, and CodeDeploy to automate the stages of the CI/CD pipeline.