Daniel Schep 8265b4984d Fix Python invokeLocal regressions due to context changes
The changes in 1.21 allowing custom context introduced bugs in the
Python invoke local implementation:

* If no custom context is set it would error out because the handler
would never be called
* AWS Lambda context objects in python aren't dictionaries, they're
Python objects
2017-08-31 14:44:05 -04:00
..