How do you use a CI CD pipeline in AWS?
AWS CodeBuild is managed CI Service which compiles source code, runs tests, and packages the source code which can be used for deployment.
AWS CodePipeline CodePipeline will automatically build and deploy our application when there are any changes in the code repository.
Learn here to understand how to create CodeBuild and CodePipeline from here