# AWS Cloud Development Kit Documentation

The AWS Cloud Development Kit (AWS CDK) is a framework for defining cloud infrastructure in code (IaC) and provisioning it through CloudFormation.

## AWS CDK (v2)

- [Developer Guide](/cdk/v2/guide/): Provides a conceptual overview and practical examples to help you understand the features provided by the AWS CDK (v2) and how to use them.
- [API Reference](/cdk/api/v2/): Describes the APIs in the AWS Construct Library for AWS CDK (v2) and language-specific implementations.

## AWS CDK (v1)

- [Developer Guide](/cdk/v1/guide/): Provides a conceptual overview and practical examples to help you understand the features provided by the AWS CDK (v1) and how to use them.
- [API Reference](/cdk/api/v1/): Describes the APIs in the AWS Construct Library for AWS CDK (v1) and language-specific implementations.

## Learn and explore


- [AWS CDK Workshop](https://cdkworkshop.com/)
- [AWS CDK Examples](https://github.com/aws-samples/aws-cdk-examples/) (GitHub)
- [cdk.dev Community](https://cdk.dev/)
- [Construct Hub](https://constructs.dev/)
- [AWS CDK Repo](https://github.com/awslabs/aws-cdk/) (GitHub)



---

## Related Links

- [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html)
- [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/)
- [SDKs & Tools](https://aws.amazon.com/tools/)
- [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html)
- [AWS Training](https://aws.amazon.com/training/)
- [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/)
- [AWS Whitepapers](https://aws.amazon.com/whitepapers/)

