summaryrefslogtreecommitdiffstats
path: root/development/aws-cdk/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/aws-cdk/README')
-rw-r--r--development/aws-cdk/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/aws-cdk/README b/development/aws-cdk/README
new file mode 100644
index 0000000000..3873f21bc4
--- /dev/null
+++ b/development/aws-cdk/README
@@ -0,0 +1,6 @@
+The AWS Cloud Development Kit (AWS CDK) is an open-source software
+development framework to define cloud infrastructure in code and
+provision it through AWS CloudFormation.
+
+NOTE: awscli is needed to perform authentication with AWS services
+but not needed as build requirement.