runway.cfngin.awscli_yamlhelper module

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

runway.cfngin.awscli_yamlhelper.intrinsics_multi_constructor(loader: yaml.loader.Loader, tag_prefix: str, node: yaml.nodes.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.