AWS Open Source Blog

Ishan Bhanuka

Author: Ishan Bhanuka

Ishan Bhanuka is Cloud Consultant with the AWS Professional Services India team where he helps customers build, deploy and monitor solutions in the cloud.

VAKSMANV – stock.adobe.com

Using strong typing practices to declare a large number of resources with AWS CDK

AWS Cloud Development Kit (AWS CDK) is an open source software development framework that is used to declare Infrastructure as Code (IaC). It allows users to declare infrastructure in a general-purpose programming language and is an abstraction built on top of AWS CloudFormation. Resources declared in AWS CDK compile down to CloudFormation stacks that can […]