🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Cloud Computing Advanced

What is CDK (Cloud Development Kit)?

A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.

AWS CDK lets developers define cloud infrastructure using TypeScript, Python, Java, C#, or Go instead of writing CloudFormation YAML. Infrastructure becomes real code — with loops, conditions, abstractions, and testing.

CDK constructs represent cloud resources at different abstraction levels. L1 constructs map directly to CloudFormation. L2 constructs add sensible defaults. L3 constructs (patterns) represent complete architectures. CDK synthesizes to CloudFormation templates for deployment.

Related Terms

SaaS (Software as a Service)
A cloud delivery model where software applications are hosted and managed by a provider and accessed by users over the internet.
Cloud Load Balancer
A managed service that distributes incoming network traffic across multiple servers to ensure high availability and optimal resource utilization.
Google Cloud Platform (GCP)
Google's suite of cloud computing services running on the same infrastructure that Google uses for its consumer products.
Kubernetes Namespace
A virtual cluster within a Kubernetes cluster that provides scope for names and enables resource isolation between teams or environments.
Lambda Function (Cloud)
An AWS serverless compute service that runs code in response to events without provisioning or managing servers.
Cloud IAM
Identity and Access Management services that control who can access cloud resources and what actions they can perform.
View All Cloud Computing Terms →