7 lines
190 B
Python
7 lines
190 B
Python
from libs.opsworks import *
|
|
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
|
|
|
|
|
def step_opsworkds_describe_stacks():
|
|
describe_stacks(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|