Ryan S. Brown

Fix invoke/exec role mixup with existing stack

...@@ -57,7 +57,7 @@ class Context(object): ...@@ -57,7 +57,7 @@ class Context(object):
57 57
58 @property 58 @property
59 def exec_role_arn(self): 59 def exec_role_arn(self):
60 - return self._stack.invoke_role_arn 60 + return self._stack.exec_role_arn
61 61
62 @property 62 @property
63 def invoke_role_arn(self): 63 def invoke_role_arn(self):
......