AWS Open Source Blog

Rico Huijbers

Author: Rico Huijbers

Rico is a software development engineer on the AWS Cloud Development Kit team. He thinks computers exist to prevent us from making mistakes and loves static type checking.

AWS CDK is splitting Construct Library and CLI

AWS CDK is splitting Construct Library and CLI

AWS CDK is an open source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. It consists of two primary components: the Construct Library that you use in a programming language to model your AWS application, and a CLI. The Construct Library “synthesizes” a model of your application to […]