aws-samples/aws-cdk-examples

Example projects using the AWS CDK

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 1st, 2019
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 2,469
Total Stargazers: 5,631 (+1)
Total Subscribers: 87 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.6 days
Mean response time: 190.5 days
90th percentile: 827.3 days
Tracked items: 97

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "effort/medium" is answered fastest, typically in about 4 days, while "language/typescript" waits about 5 months. Only 2% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 14
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 14
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature-request (59)
  • p2 (40)
  • bug (33)
  • p1 (24)
  • effort/small (23)
  • effort/medium (22)
  • needs-triage (19)
  • ngde/pod (17)

Detailed Description

aws-cdk-examples is a collection of example projects demonstrating infrastructure patterns and common service implementations using the AWS Cloud Development Kit.

The repository addresses the need for practical, working code samples that show how to build AWS infrastructure using CDK. It organizes examples across multiple programming languages supported by CDK, with the goal of achieving language parity so developers can find equivalent patterns regardless of their language preference. Each example demonstrates either a specific AWS service implementation or a reusable infrastructure pattern that developers can adapt for their own projects.

This resource is positioned as an intermediate learning tool, best used after working through the CDK Developer Guide or CDK Workshop. It suits developers who have grasped CDK fundamentals and want to see concrete implementations of common patterns. The repository covers TypeScript, Python, .NET, Java, and Go, all marked as stable language implementations. Developers should treat this as a reference for practical examples rather than a starting point for learning CDK concepts.

The project maintains an official collection of examples with an open contribution process for fixes and new examples. Development activity centers on keeping examples current and expanding coverage across supported languages to maintain feature parity.