Skip to content

Instantly share code, notes, and snippets.

@yamatatsu
Created July 22, 2021 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamatatsu/58185e4d9c520c374cb32c1ae164822f to your computer and use it in GitHub Desktop.
Save yamatatsu/58185e4d9c520c374cb32c1ae164822f to your computer and use it in GitHub Desktop.

https://docs.aws.amazon.com/ja_jp/cdk/latest/guide/core_concepts.html

AWS CDK Concepts

ここではAWS CDKのコンセプト(whiy と how)について説明します。AWS Construct Library についても議論します。

AWS CDK Apps は Constructs と呼ばれる building block によって構成されており、 Constructs に構成されて stacks と apps を形成します。

Constructs

basic building blocks compose single or multiple AWS resources

AWS Construct library

There are three different levels of constructs L1 CfnXXXX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment