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 2c68f1ee7..ac3e504e0 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 +1,9 @@ -# Aws cdk \ No newline at end of file +# 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. + +AWS CDK Website +Official Documentation +What is the AWS CDK? +AWS SDK Getting Started Guide +AWS CDK Examples