https://docs.aws.amazon.com/ja_jp/cdk/latest/guide/core_concepts.html
ここではAWS CDKのコンセプト(whiy と how)について説明します。AWS Construct Library についても議論します。
AWS CDK Apps は Constructs と呼ばれる building block によって構成されており、 Constructs に構成されて stacks と apps を形成します。
basic building blocks compose single or multiple AWS resources
There are three different levels of constructs L1 CfnXXXX