From 07417f2196d74d045833fb00bf2472b2f3613ce0 Mon Sep 17 00:00:00 2001 From: Vishnu S <58102524+vishnus17@users.noreply.github.com> Date: Wed, 5 Oct 2022 05:08:35 +0530 Subject: [PATCH] Add description for AWS CDK (#1985) One of the main features of CDK is its flexibility to code in multiple languages. Added the supported languages in the description. --- .../103-infrastructure-provisioning/101-aws-cdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/101-aws-cdk.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/101-aws-cdk.md index ac3e504e0..38c9ad457 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/101-aws-cdk.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/101-aws-cdk.md @@ -1,6 +1,6 @@ # AWS CDK -The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework used to provision cloud infrastructure resources in a safe, repeatable manner through AWS CloudFormation. +The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework used to provision cloud infrastructure resources in a safe, repeatable manner through AWS CloudFormation. AWS CDK offers the flexibility to write infrastructure as code in popular languages like JavaScript, TypeScript, Python, Java, C#, and Go. AWS CDK Website Official Documentation