![]() |
![]() |
![]() |
AWS Cloud Development Kit (AWS CDK) is an open-source framework for defining cloud infrastructure.
- Imperative to Declarative: Transforms imperative code into declarative CloudFormation templates.
- CloudFormation Integration: Utilizes CloudFormation for infrastructure creation.
- Language Support: Core in TypeScript, with
JSII
enabling compatibility with:TypeScript
Python
Java
C#
Go
CloudFormation is an Infrastructure as Code (IaC) tool, specialized for AWS, automating cloud resource deployment and management. It's similar to Terraform but more AWS-centric.
Key Features:
- Stacks: Collections of AWS resources managed as a single unit.
- Templates: Defined in YAML/JSON, using declarative code to specify resource configurations.
![]() |
![]() |
![]() |