/ipa-codepipeline — DEPRECATED
warning
This skill is deprecated. CodePipeline is now a composable prepare stack managed by /ipa-compose.
Migration
The CodePipeline and CodeCommit stacks are now integrated into /ipa-compose as prepare-lifecycle stacks. Instead of running /ipa-codepipeline, use:
/ipa-compose codepipeline— adds codecommit + codepipeline to the composition/ipa-prepare— deploys all prepare stacks (including codecommit + codepipeline)
Existing Deployments
If CI/CD was previously deployed via /ipa-codepipeline, the stacks are compatible. Re-run /ipa-compose to include them in the composition, then /ipa-prepare to align with the compose-managed flow. Stack names are unchanged.
Related Skills
- /ipa-compose — Composes infrastructure including codepipeline stacks
- /ipa-prepare — Deploys prepare stacks
- /ipa-stack-codecommit — CodeCommit stack reference
- /ipa-stack-codepipeline — CodePipeline stack reference