AWS CodePipeline features

The features of AWS CodePipeline are:

  • Workflow: In AWS CodePipeline, you can define your workflow and describe how new code changes will progress. This pipeline has a series of stages that act as logical divisions in the workflow, and each stage has a sequence of actions to perform the task. It provides a graphical user interface to model and visualize your workflow and to create, manage, and configure your pipeline for the release process. You can execute your action in parallel to increase workflow speeds.
  • Integrations with AWS services: AWS CodePipeline can use AWS CodeCommit or Amazon S3 to pull the source code. It can use AWS CodeBuild to run the build and tests. It can use AWS CodeDeploy, Amazon Elastic Container ...

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.