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
@jamison-rose I also suffered the same problem. I used your proposed fix and your fix in pull request 104 and it solved the problem.
Is there a PR for your proposed change above?
While using the invoke_lambda action on StackStorm 3.1.0 on Python 3.6.9 I encounter a bug with the following lines:
stackstorm-aws/actions/lib/action.py
Lines 179 to 182 in 6077203
Debugging has shown that actions which do not specify an account_id or a region are still receiving them in the kwargs dict, but with a
None
value.I would recommend this change:
The text was updated successfully, but these errors were encountered: