From 6a9ff50d42f5b37e5e5f53e690112365dc0fb73e Mon Sep 17 00:00:00 2001 From: rehanvdm Date: Thu, 29 Feb 2024 06:25:38 +0200 Subject: [PATCH] fix: add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5fa03f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# AWS CDK starter project - Configuration, multiple environments and GitHub CI/CD + +> [!IMPORTANT] +> This the code base for a blog post: https://rehanvdm.com/blog/aws-cdk-starter-configuration-multiple-environments-cicd + +This blog will go through the thought process and reasoning involved in setting up a CDK starter project. +We will cover topics like configuration, environments, build systems, CI/CD processes and GitHub Workflows. + +> [!IMPORTANT] +> Read more here: https://rehanvdm.com/blog/aws-cdk-starter-configuration-multiple-environments-cicd