Reference

API reference for constructs, aspects, helpers, stacks, and Projen configuration in the AWS CDK Starter Kit.


Overview

This section documents every reusable building block in the starter kit. Use it as a lookup when you need exact function signatures, property types, or configuration options.

Reference pages

PageWhat it covers
ConstructsBaseConstruct, NetworkConstruct, and extension patterns
AspectsCross-cutting governance rules for IAM, S3, and VPC
HelpersTask generators, branch naming, workflow creation
StacksFoundation and Starter stacks with npm scripts
ProjenConfiguration-driven project management

How to use this reference

Looking up a function? Start with Helpers for createEnvResourceName, extractCleanedBranchName, and workflow generators.

Building a construct? See Constructs for BaseConstruct inheritance patterns.

Adding governance? Check Aspects for security and validation rules.

Understanding stacks? Read Stacks for FoundationStack and StarterStack details.

  • Configuration - How to configure environments and workflows
  • Guides - Day-to-day development workflows
  • Install - Initial setup instructions