AWS CDK & Docker Image Assets

In this post, I will explain how the docker image asset works in an AWS CDK application.

Inquisitive Intellect
QuickTechBytes
Published in
4 min readNov 14, 2023

--

Overview

AWS CDK provides the framework where you can use a programming language to develop the infrastructure code instead of YAML or JSON based templates.

--

--