AWS CodePipeline

2023-07-25T08:47:23+00:00

Bookmarks Concepts Features Limits Pricing Validate Your Knowledge AWS CodePipeline Cheat Sheet A fully managed continuous delivery service that helps you automate your release pipelines for application and infrastructure updates. You can easily integrate AWS CodePipeline with third-party services such as GitHub or with your own custom plugin. Concepts A pipeline defines your release process workflow, and describes how a new code change progresses through your release process. A pipeline comprises a series of stages (e.g., build, test, and deploy), which act as logical divisions in your workflow. Each stage is made [...]