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
- CloudWatch
- ECR (Elastic Container Registry)
- ECS (Elastic Container Service)
- IAM (Identity & Access Management)
- RDS (Relational Database Services)
- S3 (Simple Storage Service)
- SQS (Simple Queue Service)
Useful resources: