AWS DevOps & Developer Productivity Blog

David Boldt

Author: David Boldt

David Boldt is a Solutions Architect at Amazon Web Services. He helps customers build secure and scalable solutions that meet their business needs. He specialized in IoT and Robotics to address industry-wide challenges, leveraging technologies to drive innovation and efficiency across various sectors.

Leverage L2 constructs to reduce the complexity of your AWS CDK application

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define your cloud application resources using familiar programming languages. AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications. Constructs are the basic building blocks of AWS CDK apps. A construct represents a “cloud component” and encapsulates everything that […]