4 questions
Best practices
0
votes
0
replies
41
views
How to run tests with CDK pipelines
We are building and deploying a few system using the AWS CDK Pipeline, mostly with dotnet
Most cases we are building the deployed apps using dockerfile assets referenced in the CDK
Should we run the ...
0
votes
2
answers
267
views
How do I create a CDK pipeline that can create a working Lambda from code built in that pipeline?
I've been trying to follow the CDK Pipelines guide to create a pipeline that deploys both the infrastructure and code for a set of Lambdas. Here's a summary of what I have:
monorepo/
├─ package.json
└─...
1
vote
1
answer
373
views
How to import existing resources into a cdk-pipelines app?
Note this question refers to CDK-pipelines, which use the aws-cdk-lib.pipelines module. That is not the same as the CodePipeline module aws-cdk-lib.aws_codepipeline.
background
There are several ways ...
8
votes
3
answers
7k
views
CDK pipeline fails: "no matching base directory path found for cdk.out"
Hello I would greatly appreciate any comments of the possible source of this error I am getting when using the AWS Cloud Development Kit (CDK) to deploy a Code Pipeline
I have a Typecript CDK project (...