Project Awesome project awesome

CDK

Open-source software development framework for defining cloud infrastructure in code.

Collection 2.1k stars GitHub

Construct Libraries

Training Materials and Sample Code

Official CDK Examples 5.6k updated 2d ago

A set of example projects for the AWS CDK.

GitHub Changelog Crawler 285 (archived)

A fully fledged CDK app written by Nathan Peck which uses Fargate, API Gateway, Lambda, CloudFront, S3, ElastiCache, and Dynamodb.

ECS with CI/CD

Demo of deploying ECS application using CDK.

Example templates for aws cdk 117 updated 2y ago

Working TypeScript snippets from several AWS projects.

Open CDK Guide 871 updated 4y ago

Open source guide on CDK and best practices.

Colorteller Example 3 updated 3y ago

Great example project using Fargate and Appmesh.

CDK Patterns

An opensource collection of serverless architecture patterns built with CDK.

Create a CI/CD pipeline using CodePipeline and CodeBuild 41 updated 5y ago

The cra-pipeline project on GitHub shows an AWS CodePipeline with AWS CodeBuild to deploy a static React application.

React SPA with server-side rendering on AWS Lambda 166 updated 5y ago

The cra-serverless project is a serverless architecture to add pre-rendering to a React website created with create-react-app.

Mini Tutorial: Setup AWS Lambda + ACM + API Gateway with AWS Cloud Development Kit 9 updated 6y ago

Deploy a functional public API that receives an HTML form (e.g. /contact_us.html) POST request and delivers its data to Pushover notification service.

Example of REST API built with CDK 18 updated 4y ago

Source code that powers REST APIs at https://api.l3x.in/.

dilbert-feed 29 (archived)

A serverless application written in Go that allows you to enjoy Dilbert in your RSS feed reader without any ads.

nextjs-vercel-aws-cdk-example 76 updated 5y ago

A PostgreSQL (RDS), EventBridge (crons) and SNS (background jobs) example along with a Next.js application.

Create and Publish CDK Constructs Using projen and jsii 38 updated 3y ago

A step-by-step guide with sample code to create a new CDK construct using projen and jsii and publish it to npm, Maven Central, PyPi and NuGet.