AWS CDK Starter Kit

Guides

Tactical walkthroughs for running the starter kit day to day once it is configured.


Overview

Use these guides after you have the project configured to understand how day-to-day workflows operate, how CI/CD behaves, and how to collaborate with branch-based previews.

Pages in this section

GuideWhat you'll learn
Local DevelopmentDaily commands for building, testing, formatting, and deploying
Branch-based DevelopmentPer-branch previews powered by Projen helpers
  1. Start with Local Development - Learn the CLI tasks and expectations before opening a PR
  2. Read CI/CD Workflows - Understand what happens when changes land on main (Configuration section)
  3. Adopt Branch-based Development - Enable isolated previews for complex review environments

Need to tweak configuration first? Head back to the Configuration section.