Template for aws cdk configuration to manage multiple environments.
Config, Env, Resource, Data. these concepts are used as different concepts from the cdk core concepts.
Config, Env is provided as a package for managing configuration.
Resource provides an integrated package for managing resources.
Data provides a structure for managing externally referenced resources. (like terraform's data source).