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
Fix issue aws#377 (aws#475) - Adds validation to reject handlers that…
… would result in a panic when constructing the context
* add test case for aws#377
* fix panicking
* use interface{} instead of any
* add a comment for argumentType.NumMethod() == 0