AWS CDK Context — Cache, Feature Flags and Configuration

In this post, I will walk through the concept of CDK Context in AWS CDK

Inquisitive Intellect
QuickTechBytes
Published in
4 min readNov 17, 2023

--

Overview

Context values are key-value pairs that can be associated with a CDK App, Stack, or any other CDK construct.

--

--