One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-aws --skill aws-codepipeline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aws-codepipeline
Source: https://github.com/pluginagentmarketplace/custom-plugin-aws/tree/main/skills/aws-codepipeline
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-aws --skill aws-codepipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automate the setup and management of AWS CodePipeline CI/CD workflows to remove manual deployment steps and enable repeatable releases.

Core Features & Use Cases

  • Automate creation and management of end-to-end CI/CD pipelines using CodePipeline and CodeBuild
  • Support for multiple deployment targets (ECS, Lambda, EC2, S3) and source providers (GitHub, CodeCommit, S3)
  • Use case: teams can trigger automatic deployments after a successful build and tests

Quick Start

Create a new CI/CD pipeline with a GitHub source, CodeBuild as the build stage, and deploy to your target environment.

Frequently Asked Questions about aws-codepipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a CI/CD pipeline with AWS CodePipeline and CodeBuild?▼

Automate a CI/CD pipeline by configuring multi-stage release workflows across CodePipeline and CodeBuild, using parameters like pipeline_name, source_provider, and deployment_target to enable repeatable releases.

Can I deploy to ECS, Lambda, and EC2 using AWS CodePipeline?▼

Yes, AWS CodePipeline supports multiple deployment targets including ECS, Lambda, EC2, and S3, allowing you to trigger automatic deployments after a successful build and test stage.

What source providers can I use for an AWS CodePipeline CI/CD workflow?▼

AWS CodePipeline supports GitHub, CodeCommit, and S3 as source providers, configurable through the source_provider parameter to start your multi-stage release pipeline.

How do I configure build specifications and deployment strategies in CodePipeline?▼

Configure deployment strategies and build specifications using parameters like deploy_strategy and build_image, with included buildspec assets and validation scripts to ensure correct pipeline setup.

Does this CodePipeline automation support manual approval stages?▼

Yes, the automation supports manual approval stages through the optional approval_required parameter, allowing teams to add review gates before deploying to their target environment.

Do I need pyyaml to manage AWS CodePipeline configurations?▼

Yes, pyyaml is required as a dependency to parse and manage the YAML configuration files, including buildspec and pipeline configuration assets used for CodePipeline setup.