https://github.com/aws/constructs
Define composable configuration models through code
https://github.com/aws/constructs
Last synced: about 1 month ago
JSON representation
Define composable configuration models through code
- Host: GitHub
- URL: https://github.com/aws/constructs
- Owner: aws
- License: apache-2.0
- Created: 2020-01-03T22:13:34.000Z (over 5 years ago)
- Default Branch: 10.x
- Last Pushed: 2025-05-11T00:22:58.000Z (about 2 months ago)
- Last Synced: 2025-05-11T01:24:20.619Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 8.6 MB
- Stars: 429
- Watchers: 24
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Constructs
> Software-defined persistent state
[](https://github.com/aws/constructs/actions/workflows/release.yml)
[](https://badge.fury.io/js/constructs)
[](https://badge.fury.io/py/constructs)
[](https://badge.fury.io/nu/Constructs)
[](https://maven-badges.herokuapp.com/maven-central/software.constructs/constructs)## 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.
## Support policy
All [maintained Node.js versions](https://nodejs.org/en/about/previous-releases#release-schedule) are supported by this package.
## Contributing
This project has adopted the [Amazon Open Source Code of
Conduct](https://aws.github.io/code-of-conduct).We welcome community contributions and pull requests. See our [contribution
guide](./CONTRIBUTING.md) 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](./LICENSE).