restructuring libs to be a bit more sane in terms of schema and so that we can split between aws and gcp

This commit is contained in:
cktricky
2018-09-25 17:03:38 -04:00
committed by Kenneth Toler
parent 180fd7cf29
commit 66291a7031
58 changed files with 39 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
example calling cloudwatch functions
decribe alarms, describe alarm history, list metrics
'''
from libs.cloudwatch import *
from libs.aws.cloudwatch import *
def module_cloudwatch_describe_alarms():