runway.cfngin.awscli_yamlhelper module

Copy of awscli.customizations.cloudformation.yamlhelper.py.

runway.cfngin.awscli_yamlhelper.intrinsics_multi_constructor(loader: Loader, tag_prefix: str, node: Node) dict[str, Any][source]

YAML constructor to parse CloudFormation intrinsics.

This will return a dictionary with key being the intrinsic name

runway.cfngin.awscli_yamlhelper.yaml_dump(dict_to_dump: dict[str, Any]) str[source]

Dump the dictionary as a YAML document.

runway.cfngin.awscli_yamlhelper.yaml_parse(yamlstr: str) dict[str, Any][source]

Parse a yaml string.