A bootstrapless synthesizer for the AWS Cloud Development Kit (CDK) v2 that generates directly usable CloudFormation templates without requiring a CDK bootstrap stack. Version 2.3.2, maintains compatibility with CDK v2.
pip install cdk-bootstrapless-synthesizerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a CDK app with a bootstrapless synthesizer so the template can be deployed without a pre-existing bootstrap stack.
Upgrade to aws-cdk-lib >=2.0.0.
Explicitly pass required parameters: BootstraplessSynthesizer(fileAssetsBucketName='my-bucket', ...).
Use the constructor to configure the synthesizer instead.
No dependency data recorded yet.