diff --git a/content/en/references/coverage/coverage_codepipeline/index.md b/content/en/references/coverage/coverage_codepipeline/index.md index b4c1041db4..0620c93229 100644 --- a/content/en/references/coverage/coverage_codepipeline/index.md +++ b/content/en/references/coverage/coverage_codepipeline/index.md @@ -4,7 +4,6 @@ linkTitle: "codepipeline" description: > Implementation details for API codepipeline hide_readingtime: true -draft: true --- ## Coverage Overview diff --git a/content/en/user-guide/aws/codepipeline/index.md b/content/en/user-guide/aws/codepipeline/index.md new file mode 100644 index 0000000000..35b086d5f4 --- /dev/null +++ b/content/en/user-guide/aws/codepipeline/index.md @@ -0,0 +1,31 @@ +--- +title: CodePipeline +linkTitle: CodePipeline +description: > + Get started with CodePipeline on LocalStack +tags: ["Pro image"] +--- + +## Introduction + +CodePipeline is a continuous integration/continuous delivery (CI/CD) service offered by AWS. +CodePipeline can be used to create automated pipelines that handle the build, test and deployment of software. + +With LocalStack, you can ... + + +## Getting Started + + +## Actions + +LocalStack supports following actions + +| Type | Name | +| ---- | ---- | +| Source | [Amazon S3](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-S3.html) | + +## Limitations + +- [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) are not supported +- [Rollbacks and stage retries](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-stages.html) is not available