cdk-pipelines-github icon indicating copy to clipboard operation
cdk-pipelines-github copied to clipboard

Results 41 cdk-pipelines-github issues
Sort by recently updated
recently updated
newest added
trafficstars

For my project it would be cool to tag the application stacks` Cloudformation stacks. For certain short-lived envs, we introduce a specific tag, which we would use for our cleanup...

#304 is a great feature, however, it doesn't not provide a surface to control the `permissions` property emitted for the job. This means that the job emitted cannot be provided...

Hey everyone, I am attempting to use cdk-pipelines-github and I believe I found an issue. I am trying to define a step within a job, and one of the property...

Feature request: GitHub actions has a cache option. This would save lots of time by not rebuilding unchanged assets each time.

I have a simple application that I would like to deploy in two stages to a `dev` and a `prod` account. The generated workflow creates asset publishing jobs that try...

We need to specify the `environment: tst` job property everywhere that needs AWS logging in because of a condition on the thrust policy of the AWS IAM role. I can...

effort-small
feature-request
p2

Hello I have a stack that is deployed with a [customize synthetizer](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.DefaultStackSynthesizer.html). Especially, I am customizing the property`bucketPrefix`. I am basically adding a custom prefix to all assets uploaded. While...

bug
p1
effort-small

I'm trying to demo the github pipelines in our organization, but I'm running into an issue where I can't get past the synth step because every time I run it,...

I've created a simple pipeline with a single stage and included a stack that required some assets to be upload. The Publish Assets step has failed with the following error:...

I want to have ability to do isolated deployments per PR/branch. Every such deployment should be done to the same account. When I try to describe such PR/branch deployment pipeline...