The synaps.api.cloudwatch.cloudwatch2utils Module

camelcase_to_underscore(str)
dict_from_dotted_str(items)

parse multi dot-separated argument into dict. Dimensions uses multi dot-separated arguments like Dimensions.1.Name=Value Convert the above into {‘dimensions’: {‘1’: {‘name’: ‘value’}}}

Previous topic

The synaps.api.cloudwatch.apirequest Module

Next topic

The synaps.api.cloudwatch.faults Module

This Page