Stack in CDK?
cdk.json in CDK?
Configuration file for the CDK CLI
.context in the CDK.json allows for settings that influence the cdk app
Construct in CDK?
A construct is a reusable block of resources & configuration that can then be pulled into diff stacks
e.g. MicroserviceIam containing the role, policies, permissions, associating them together and then injecting the construct wherever needed by exporting the class, declaring in index.js and ref in desired stack
Props in CDK?