Files
weirdAAL/modules/opsworks.py
2018-04-16 21:17:35 -04:00

9 lines
160 B
Python

from libs.opsworks import *
def step_opsworks_describe_stacks():
describe_stacks()
def step_opsworks_describe_user_profiles():
describe_user_profiles()