-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |