From daf47187096fed22abea62237d5cb9f6d7bbd3a1 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:40:31 -0400 Subject: [PATCH] Add AWS CDK resources * Update 101-aws-cdk.md AWS CDK Documentation * Update 101-aws-cdk.md --- .../103-infrastructure-provisioning/101-aws-cdk.md | 10 +++++++++- 1 file changed, 9 insertions(+), 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 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