Technologies
CDK
An open-source framework developed by Amazon that makes it possible to define cloud infrastructure in the form of code (Infrastructure as Code) using programming languages like TypeScript, Python, Java, or C#. It works great for projects based on AWS, allowing us to create and manage cloud resources declaratively with full support for version control, testing, and automation. The AWS CDK enables us to build complex environments by composing ready-made components (constructs) and then generating low-level CloudFormation templates. Thanks to this, it combines programming convenience with complete control over infrastructure, simplifying the management of staging, production, and testing environments. It’s a flexible and powerful tool for DevOps teams and cloud engineers.