awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
323 stars 220 forks source link

How and when is cached context data populated and updated, especially in relation to CDK Pipelines involving multiple environments? #328

Open jmm opened 3 years ago

jmm commented 3 years ago

Hello,

The "Runtime Context" and CDK Pipeline documentation seem light on details about the caching of AWS account data.

ghost commented 3 years ago

To address your last point, it used to be that context data was in cdk.json along with everything else. This was changed at some point but I think that EC2 Auto Scaling README was simply not updated. That'll be an easy fix. :-) I'll look into the rest.

jmm commented 3 years ago

Thanks @Jerry-AWS!