-
As an FYI when I deploy this I get the following warning:
│
│ Warning: The CodePipeline GitHub version 1 action provider is deprecated.
│
│ with module.codepipeline.aws_codepipeline.aws_codep…
-
When deploying cross-account through AWS CodePipelines, where there is a pipeline AWS account that `sls deploy` pushes to, and a destination AWS account on the other end of the AWS CodePipelines CI/CD…
-
CodePipeline recently introduced support for triggers and execution modes: [codepipeline-trigger-filters-execution-modes](https://aws.amazon.com/about-aws/whats-new/2024/02/codepipeline-trigger-filter…
-
### Describe the bug
I want to use the new 'Cache' option of [CodeBuildOptions](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodeBuildOptions.html) with 'codeBuildDefaults' pro…
-
### CloudFormation Lint Version
cfn-lint 1.18.4
### What operating system are you using?
Windows 11
### Describe the bug
Added `ignore_checks `metadata at the template root level. Running CLI wi…
-
@magenx The code pipeline Install fails when setting the php runtime
![image](https://github.com/user-attachments/assets/d7fe86b9-7ab6-4788-90cb-84c1311636ba)
-
### Describe the feature
I have developed a CodePipeline as follows.
But when I deploy the pipeline, cdk will create another 4 roles. Is there a way to stop generating those roles and tell CDK t…
-
### Describe the feature
AWS has implemented the rule based entry and exits from Stages through onSuccess, onFailure, and beforeEntry for CodePipelines.
Cloudformation Documentation: https://docs.…
-
### Describe the feature
Pretty early but code pipeline now support skipping stage base on various of condition.
One of them is variable's value and it would be so much helpful if CDK support it.
…
-
### Describe the issue
I have a few stacks (ServiceStack,AuthenticationStack, and DataStorageStack). All of which work when deployed locally from the CLI. I decided to try and create a simple CICD pi…