Saturday, June 20, 2020

AWS CDK: Cloud Development Kit (!)

for real "infrastructure as code" .ts/.py =(deploy)=> CloudFormation YML => AWS

AWS New York Summit 2019 - AWS Cloud Development Kit - YouTube

AWS Cloud Development Kit - Amazon Web Services

"The AWS Cloud Development Kit (AWS CDK) is an open source software development framework to model and provision your cloud application resources using familiar programming languages.

Provisioning cloud applications can be a challenging process that requires you to perform manual actions, write custom scripts, maintain templates, or learn domain-specific languages. AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications"


  • Pulumi
  • Serverless.js
  • Terraform
  • CloudFormation, SAM, SDK, Amplify ...


Will AWS CDK replace Terraform and the Serverless Framework? - codecentric AG Blog

Infrastructure is Code with the AWS CDK - AWS Online Tech Talks - YouTube

AWS CDK Vs CloudFormation | What is AWS Cloud Development Kit | Demo - YouTube

Free Workshop Link: https://cdkworkshop.com/
Read the blogpost: https://aws.amazon.com/blogs/aws/aws-...
CDK Samples in GitHub: https://github.com/aws-samples/aws-cd...

CDK, CloudFormation Course on Udemy: https://www.udemy.com/course/rocking-...



aws/aws-cdk: The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code @GitHub

The CDK is available in the following languages:

cdk init :: AWS Cloud Development Kit (AWS CDK) Workshop