Skip to main content

Installation

Compose

The CodeCommit stack is deployed automatically by the /ipa.codepipeline skill as a prepare-phase prerequisite. Run the codepipeline skill to provision both the repository and the pipeline:

/ipa.codepipeline

The skill generates the prepare Makefile with all required parameter wiring for the CodeCommit stack.

Configuration

Required Parameters

ParameterTypeDescription
NamespaceStringProject namespace prefix for resource naming.
EnvironmentStringDeployment environment (e.g., dev, staging, prod).
RepositoryNameStringName of the CodeCommit repository. Alphanumeric characters, dots, underscores, and hyphens only.

Optional Parameters

ParameterTypeDefaultDescription
RepositoryDescriptionStringIPA-managed source repositoryHuman-readable description of the repository.
KmsKeyArnString(empty)ARN of a KMS key for encryption at rest. When omitted, CodeCommit uses its default encryption.

Outputs

OutputDescriptionConsumed By
RepositoryNameName of the created CodeCommit repository.CodePipeline stack
RepositoryArnARN of the CodeCommit repository.--
CloneUrlHttpHTTPS clone URL for the repository.--