AWS CDK construct library (version 0.8.990) to deploy a Hyperledger Fabric network running on Amazon Managed Blockchain. Targeted at Python 3.9+ and follows a weekly release cadence.
pip install cdklabs-cdk-hyperledger-fabric-networkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deploy a basic Hyperledger Fabric network on Amazon Managed Blockchain. Replace key material with your own KMS key.
Set network_version=NetworkVersion.V1_4
Use from cdklabs.cdk_hyperledger_fabric_network import ...
Use vpc_config=VpcConfig(...) (imported from same module)
pip install cdklabs-cdk-hyperledger-fabric-network
Use from cdklabs.cdk_hyperledger_fabric_network import HyperledgerFabricNetwork