Release v0.1.3 (What’s new?).
Welcome to cdkit Documentation¶
cdkit is a comprehensive AWS CDK utility library designed to streamline infrastructure-as-code development with enhanced parameter management, construct abstractions, and pre-built vertical solution stacks. It provides robust tools for creating AWS resources with improved type safety, parameter validation, and simplified configuration. For practical usage examples, developers are encouraged to explore the sample implementations in the cdkit/tests/ directory and the cdk/ folder, which demonstrate how to leverage the library’s advanced features for creating complex cloud infrastructure configurations.
Install¶
cdkit is released on PyPI, so all you need is to:
$ pip install cdkit
To upgrade to latest version:
$ pip install --upgrade cdkit