Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/cdk-controltower
AWS CDK constructs for AWS ControlTower
https://github.com/taimos/cdk-controltower
Last synced: 8 days ago
JSON representation
AWS CDK constructs for AWS ControlTower
- Host: GitHub
- URL: https://github.com/taimos/cdk-controltower
- Owner: taimos
- License: apache-2.0
- Created: 2022-06-07T14:27:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:03:38.000Z (7 months ago)
- Last Synced: 2024-04-14T05:52:53.305Z (7 months ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDK ControlTower
[![npm version](https://badge.fury.io/js/@taimos%2Fcdk-controltower.svg)](https://badge.fury.io/js/@taimos%2Fcdk-controltower)
CDK ControlTower is a tool suite to facilitate the use of the AWS Cloud Development Kit (CDK) for AWS Account management and Landing Zone setup. It provides project management features to configure your TypeScript CDK app and also higher-level (L3) constructs for different APIs and resources needed for account management.
### Features
- AWS CDK L3-construct for SSO permission management
- AWS CDK L3-construct for Budget and Cost Reporting
- AWS CDK L3-construct for VPC FLow Log buckets
- Projen helper classes to configure certain use cases easily (soon)
- Full features of CDK usable to implement your special use cases
- Fully typed auto-completion for AWS account names and SSO group names## Contribute
### How to contribute to CDK ControlTower
#### **Did you find a bug?**
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/taimos/cdk-controltower/issues).
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/taimos/cdk-controltower/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
#### **Did you write a patch that fixes a bug?**
* Open a new GitHub pull request with the patch.
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability will normally not be accepted.
#### **Do you intend to add a new feature or change an existing one?**
* Suggest your change under [Issues](https://github.com/taimos/cdk-controltower/issues).
* Do not open a pull request on GitHub until you have collected positive feedback about the change.
#### **Do you want to contribute to the CDK ControlTower documentation?**
* Just file a PR with your recommended changes
## Authors
Brought to you by [Taimos](https://taimos.de)