Common AWS CDK library providing reusable constructs and utilities for AWS CDK applications. Version 2.1.27, supporting Python ~=3.9. Active development with weekly releases.
pip install cdk-commonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal CDK app using cdk-common's BaseConstruct.
Replace all @aws-cdk/* imports with aws_cdk.* equivalents.
Use 'from cdk_common import LambdaFunction' instead.
Always use unique construct IDs, e.g., via 'self.id' or a counter.
Refer to the official documentation for the required parameters of each construct.