You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated stacker into a few projects now and have run into the same issue a few times where I want to run a post build hook and need to access the stack outputs. Currently, unless Im doing something wrong, it seems that I can't use the the ${output stackName::outputName} lookup or any other lookup in a post build hook.
I have had to do resort to using boto3 directly in my hook code which I really don't like.
The text was updated successfully, but these errors were encountered:
I have integrated stacker into a few projects now and have run into the same issue a few times where I want to run a post build hook and need to access the stack outputs. Currently, unless Im doing something wrong, it seems that I can't use the the
${output stackName::outputName}
lookup or any other lookup in a post build hook.I have had to do resort to using boto3 directly in my hook code which I really don't like.
The text was updated successfully, but these errors were encountered: