Skip to content

Instantly share code, notes, and snippets.

@twang-rs
twang-rs / testyaml.py
Last active June 20, 2017 14:39
AWS Cloudformation Intrinsic Functions
# ruamel.yaml > 0.15.8
import sys
from functools import partial
import ruamel.yaml
class AwsFnBase(ruamel.yaml.YAMLObject):
yaml_constructor = ruamel.yaml.constructor.RoundTripConstructor
yaml_representer = ruamel.yaml.representer.RoundTripRepresenter