Python bindings for AWS CloudFormation Guard (cfn-guard) via pyo3. Allows programmatic validation of CloudFormation templates against custom policies. Current version: 0.1.0. Release cadence: early stage, low frequency.
pip install guardpycfnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Validate a CloudFormation template against a rule set.
Always json.dumps(template) before passing to guard.validate().
Read rule file content first: with open('rules.guard') as f: rules = f.read()Use guard.validate(template_string, rules_string) instead.
No dependency data recorded yet.
No resource links recorded.