CDK Day 2022
2022-02-27 | aws cdkCDK day is on 26th of May this year. It's free online event that can be followed on their youtube channel
CDK started out as AWS CDK a cross programming language tool to program your aws cloud infrastructure. Using typescript/python/java/dotnet you can program the infrastructure. The CDK compiler then generates a Cloudformation template to deploy in your cloud. Since then it also terraform-cdk to generate terraform code, cdk8s to create Kubernetes configuration. The last project is projen an advanced scaffolding/template tool for cdk projects.
Soon more CDK projects on this blog.