Yvo van Zee
Yvo's Blog

Yvo's Blog

Follow
homeWho am ISponsorbadgesnewsletter
Tag

aws-cdk

#aws-cdk

More content

Read more stories on Hashnode


Articles with this tag

Test Driven Development for AWS CDK in Python

May 9, 202310 min read 422 views

A Comprehensive Guide · Background Often I hear people say, we should do TDD with our code. TDD is so much better. But what is TDD? And why is it better?...

Test Driven Development for AWS CDK in Python

CDK Pipeline manual approval step with SNS notification

Oct 19, 20223 min read 345 views

Using arbitrary CodePipeline step in CDK Pipelines · Background At the enterprise where I work as a Cloud Consultant at the moment, we have implemented...

CDK Pipeline manual approval step with SNS notification

Securing CDK pipelines

Oct 10, 20227 min read 320 views

in an enterprise organization · On the 3th of October, I did a meetup style presentation on the AWS Community day in The Netherlands. The topic was how...

Securing CDK pipelines

A day in the life of a Cloud Consultant

Jun 14, 20228 min read 308 views

Working with a CDK synth issue · Background So it has been a while since my last blog. This was mainly due to a problem we've encountered with a customer...

A day in the life of a Cloud Consultant

Check and secure CDK code with cdk-nag

Mar 14, 20227 min read 457 views

Using Construct Hub cdk-nag construct to create secure CDK application code · Background In my previous blog, CDK Pipelines and CloudFormation linting...

Check and secure CDK code with cdk-nag

Upgrading CDK from CDKv1 to CDKv2 in existing project

Jan 21, 202210 min read 289 views

Background On december 2nd AWS announced the general availability of CDK version 2. The main reason that the CDK team released version two was to deal...

Upgrading CDK from CDKv1 to CDKv2 in existing project