cloudfront-hosting-toolkit icon indicating copy to clipboard operation
cloudfront-hosting-toolkit copied to clipboard

Feature request: Allow creation of multiple pipelines per repository

Open sazuma-0612 opened this issue 1 year ago • 0 comments

Use case

When using AWS CDK to create CI/CD pipelines for multiple branches in a repository, we need to create separate pipelines for each branch within the same AWS account.

However, the current implementation generates pipeline names in the format [repoOwner]-[repoName], which leads to the error "[pipeline name] already exists" when trying to create additional pipelines for the same repository.

This limits us to creating only one pipeline per repository in a single AWS account.

Solution/User Experience

Enhance the pipeline creation functionality in AWS CDK to support multiple pipelines per repository within the same AWS account.

This would allow users to set up separate pipelines for different branches or environments without the need for multiple AWS accounts.

Alternative solutions

No response

sazuma-0612 avatar Sep 02 '24 13:09 sazuma-0612