Jump to
- https://github.com/kyhau/slack-chat-app-cdk (CDK v2 and testing wth SAM CLI)
- https://github.com/kyhau/slack-command-app-cdk (CDK v2 and testing wth SAM CLI)
- https://github.com/kyhau/cdk-examples (CDK v2 and v1)
- https://github.com/kyhau/have-a-smile (CDK v2)
- For CDK8s, see EKS/README.md
- aws-cdk - AWS CDK
- cdk-validator-cfnguard - Locally validate CDK app using AWS Control Tower proactive controls or AWS CloudFormation Guard rules before deploying the AWS infrastructure.
- Example Python
- cdk-nag - Manage application security and compliance
- cdk-import - Generates CDK L1 constructs for public CloudFormation Registry types and modules
- cdk-assume-role-credential-plugin - AWS CDK Assume Role Credential Plugin
- Constructs
- constructs.dev - AWS CDK Construct Hub - Find reusable components for your cloud applications
- awslabs/aws-solutions-constructs - AWS Solutions Constructs
- cdk-pipelines-github - A construct library for continuous delivery of CDK applications, deployed via GitHub Workflows
- Test
- aws/jsii - AWS JSII allows code in any language to naturally interact with JavaScript classes
- jsii-docgen - Generates markdown reference documentation for jsii modules
- cdk-patterns/serverless - CDK Patterns
- aws-samples/aws-refactoring-to-serverless - CDK implementation for the patterns in Refactorings to Serverless.
- serverless-stack - Serverless Stack Toolkit (SST) (extension of AWS CDK)
- kolomied/awesome-cdk - Awesome CDK
- Bootstrapping multiple AWS accounts for AWS CDK using CloudFormation StackSets, AWS, 2022-10-04
- Manage application security and compliance with the AWS Cloud Development Kit and cdk-nag, AWS, 2022-05-25
- Testing CDK Applications in Any Language, AWS, 2021-11-09