Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.19 KB

Configuration

Overview

Constructs folder contain raw simple examples of constructs outside of cdk structure:

  • low-level CFN Resources(_cfn_construct.py filename pattern)
  • high-level(intend-based API) Resources(_construct.py filename pattern)
  • high-level(patterns) Resources((_patterns_construct.py filename pattern))

On the same level with "constructs" folder there are full examples for different projects, for example, "ecs-rds-vpc" folder contain fully runnable example of application which create custom Amazon VPC, Amazon RDS, Amazon ECR, Amazon ECS

Constructs examples

Useful resources: