
Cloud Development Framework - AWS Cloud Development Kit
AWS Cloud Development Kit (CDK) is an open-source software development framework used to model and provision your cloud application resources with familiar programming languages.
What is the AWS CDK? - AWS Cloud Development Kit (AWS CDK) v2
Use the CDK CLI to create, manage, and deploy your AWS CDK projects. The CDK CLI is also referred to as the CDK Toolkit.
Getting started with the AWS CDK
Get started with the AWS Cloud Development Kit (AWS CDK) by installing and configuring the AWS CDK Command Line Interface (AWS CDK CLI). Then, use the CDK CLI to create your first CDK app, bootstrap your AWS environment, and deploy your application.
AWS Cloud Development Kit Documentation
AWS Cloud Development Kit Documentation - docs.aws.amazon.com
AWS Cloud Development Kit FAQs - aws.amazon.com
AWS CDK offers broad coverage across all of AWS services and allows you to define cloud infrastructure in modern programming languages like TypeScript, Python, C#, and Java. Both AWS SAM and AWS CDK leverage CloudFormation as the provisioning engine for your infrastructure stacks.
AWS Cloud Development Kit features - aws.amazon.com
AWS CDK helps you model application infrastructure using TypeScript, Python, Java, .NET, and Go (in developer Preview). With CDK, developers can use their existing integrated development environment (IDE), testing tools, and workflow patterns.
Kit de desarrollo de la nube de AWS - aws.amazon.com
AWS Cloud Development Kit (CDK) es un marco de desarrollo de software de código abierto que sirve para modelar y aprovisionar sus recursos destinados a aplicaciones en la nube mediante lenguajes de programación conocidos.
Tutorial: Create your first AWS CDK app
Get started with the AWS Cloud Development Kit (AWS CDK) by using the AWS CDK Command Line Interface (AWS CDK CLI) to develop your first CDK app, bootstrap your AWS environment, and deploy your application on AWS.
AWS CDK – Resources
Find AWS CDK resources including getting started tutorials, reference architectures, documentation, webinars, and case studies.
Working with the AWS CDK in C# - AWS Cloud Development Kit …
The AWS CDK's main module, which you'll need in most AWS CDK apps, is imported in C# code as Amazon.CDK. Modules for the various services in the AWS Construct Library live under Amazon.CDK.AWS. For example, the Amazon S3 module's namespace is Amazon.CDK.AWS.S3.