Skip to content
/ constructs Public

Define composable configuration models through code

License

Notifications You must be signed in to change notification settings

aws/constructs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

116f85f · Oct 10, 2024
Sep 17, 2024
Sep 21, 2024
Jul 5, 2020
Oct 10, 2024
Oct 10, 2024
Oct 26, 2020
Jun 21, 2024
Aug 23, 2024
Jan 18, 2024
Jun 13, 2023
Apr 29, 2024
Jun 21, 2024
Sep 11, 2024
Jan 3, 2020
May 18, 2020
Jun 21, 2024
Oct 5, 2021
Jan 3, 2020
Oct 26, 2023
Oct 4, 2024
Jan 18, 2024
Mar 25, 2021
Oct 10, 2024

Repository files navigation

Constructs

Software-defined persistent state

Release npm version PyPI version NuGet version Maven Central

What are constructs?

Constructs are classes which define a "piece of system state". Constructs can be composed together to form higher-level building blocks which represent more complex state.

Constructs are often used to represent the desired state of cloud applications. For example, in the AWS CDK, which is used to define the desired state for AWS infrastructure using CloudFormation, the lowest-level construct represents a resource definition in a CloudFormation template. These resources are composed to represent higher-level logical units of a cloud application, etc.

Contributing

This project has adopted the Amazon Open Source Code of Conduct.

We welcome community contributions and pull requests. See our contribution guide for more information on how to report issues, set up a development environment and submit code.

License

This project is distributed under the Apache License, Version 2.0.